#03AA28

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

Shades of Dark Pastel Green #03AA28

Tints of Dark Pastel Green #03AA28

Color information

#03AA28 (or 0x03AA28) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AA and 28. RGB value is (3,170,40). Sum of RGB (Red+Green+Blue) = 3+170+40=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AA28 is #FC55D7. Grayscale: #696969. Windows color (decimal): -16537048 or 2664963. OLE color: 2664963.

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

Color convert

RGB317040-
CMYK0.9800.760.33
HSL133.29º96.53%33.92%-
HSV(B)133.29º98.24%66.67%-
XYZ14.828.926.81-
YUV105.2591.1755.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 170 (66.80% from 255) = 79.81%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=1.41%
G=79.81%
B=18.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3170400.9800.760.33133.2996.5333.92
Hex3AA286204C21856122
Octal32525014201144120514142
Binary1110101010101000110001001001100100001100001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,170,40); }

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

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

 a { background-color: rgb(3,170,40); }

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

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

 span { border-color: rgb(3,170,40); }

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