#03AE2A

Color #03AE2A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03AE2A

Tints of Dark Pastel Green #03AE2A

Color information

#03AE2A (or 0x03AE2A) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AE and 2A. RGB value is (3,174,42). Sum of RGB (Red+Green+Blue) = 3+174+42=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AE2A is #FC51D5. Grayscale: #6C6C6C. Windows color (decimal): -16536022 or 2797059. OLE color: 2797059.

HSL color Cylindrical-coordinate representation of color #03AE2A: hue angle of 133.68º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AE2A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB317442-
CMYK0.9800.760.32
HSL133.68º96.61%34.71%-
HSV(B)133.68º98.28%68.24%-
XYZ15.5930.467.25-
YUV107.8290.8553.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 174 (68.36% from 255) = 79.45%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=1.37%
G=79.45%
B=19.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3174420.9800.760.32133.6896.6134.71
Hex3AE2A6204C20866123
Octal32565214201144020614143
Binary1110101110101010110001001001100100000100001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AE2A; }

 p { color: rgb(3,174,42); }

 H1.HeaderClassName
 {
   color: #03AE2A;
 }
 .AnyTagClassName
 {
   color: #03AE2A;
 }
</style>
background-color css

<style>
 a { background-color: #03AE2A; }

 a { background-color: rgb(3,174,42); }

 div.DivClassName
 {
   background-color: #03AE2A;
 }
 .BgClassName
 {
   background-color: #03AE2A;
 }
</style>
border-color css

<style>
 span { border-color: #03AE2A; }

 span { border-color: rgb(3,174,42); }

 td.TdClassName
 {
   border-color: #03AE2A;
 }
 .TagClassName
 {
   border-color: #03AE2A;
 }
</style>