#21985F

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

Shades of Eucalyptus #21985F

Tints of Eucalyptus #21985F

Color information

#21985F (or 0x21985F) is unknown color: approx Eucalyptus. HEX triplet: 21, 98 and 5F. RGB value is (33,152,95). Sum of RGB (Red+Green+Blue) = 33+152+95=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #21985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21985F is #DE67A0. Grayscale: #6E6E6E. Windows color (decimal): -14575521 or 6264865. OLE color: 6264865.

HSL color Cylindrical-coordinate representation of color #21985F: hue angle of 151.26º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21985F is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB3315295-
CMYK0.7800.380.40
HSL151.26º64.32%36.27%-
HSV(B)151.26º78.29%59.61%-
XYZ13.9223.6114.65-
YUV109.92119.5873.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=11.79%
G=54.29%
B=33.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152950.7800.380.40151.2664.3236.27
Hex21985F4E02628974024
Octal412301371160465022710044
Binary10000110011000101111110011100100110101000100101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21985F; }

 p { color: rgb(33,152,95); }

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

<style>
 a { background-color: #21985F; }

 a { background-color: rgb(33,152,95); }

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

<style>
 span { border-color: #21985F; }

 span { border-color: rgb(33,152,95); }

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