#03AA26

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

Shades of Dark Pastel Green #03AA26

Tints of Dark Pastel Green #03AA26

Color information

#03AA26 (or 0x03AA26) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AA and 26. RGB value is (3,170,38). Sum of RGB (Red+Green+Blue) = 3+170+38=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 170 (66.80% from 255 or 80.57% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AA26 is #FC55D9. Grayscale: #696969. Windows color (decimal): -16537050 or 2533891. OLE color: 2533891.

HSL color Cylindrical-coordinate representation of color #03AA26: hue angle of 132.57º 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 #03AA26 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB317038-
CMYK0.9800.780.33
HSL132.57º96.53%33.92%-
HSV(B)132.57º98.24%66.67%-
XYZ14.7628.916.64-
YUV105.0290.1755.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 170 (66.80% from 255) = 80.57%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=1.42%
G=80.57%
B=18.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3170380.9800.780.33132.5796.5333.92
Hex3AA266204E21856122
Octal32524614201164120514142
Binary1110101010100110110001001001110100001100001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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