#21AA49

Color #21AA49 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21AA49

Tints of Eucalyptus #21AA49

Color information

#21AA49 (or 0x21AA49) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 49. RGB value is (33,170,73). Sum of RGB (Red+Green+Blue) = 33+170+73=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA49 is #DE55B6. Grayscale: #767676. Windows color (decimal): -14570935 or 4827681. OLE color: 4827681.

HSL color Cylindrical-coordinate representation of color #21AA49: hue angle of 137.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA49 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB3317073-
CMYK0.8100.570.33
HSL137.52º67.49%39.8%-
HSV(B)137.52º80.59%66.67%-
XYZ16.229.5511.15-
YUV117.98102.6167.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 170 (66.80% from 255) = 61.59%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=11.96%
G=61.59%
B=26.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170730.8100.570.33137.5267.4939.8
Hex21AA4951039218a4328
Octal412521111210714121210350
Binary10000110101010100100110100010111001100001100010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AA49; }

 p { color: rgb(33,170,73); }

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

<style>
 a { background-color: #21AA49; }

 a { background-color: rgb(33,170,73); }

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

<style>
 span { border-color: #21AA49; }

 span { border-color: rgb(33,170,73); }

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