#21985D

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

Shades of Eucalyptus #21985D

Tints of Eucalyptus #21985D

Color information

#21985D (or 0x21985D) is unknown color: approx Eucalyptus. HEX triplet: 21, 98 and 5D. RGB value is (33,152,93). Sum of RGB (Red+Green+Blue) = 33+152+93=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #21985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21985D is #DE67A2. Grayscale: #6D6D6D. Windows color (decimal): -14575523 or 6133793. OLE color: 6133793.

HSL color Cylindrical-coordinate representation of color #21985D: hue angle of 150.25º 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 #21985D is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB3315293-
CMYK0.7800.390.40
HSL150.25º64.32%36.27%-
HSV(B)150.25º78.29%59.61%-
XYZ13.8323.5714.18-
YUV109.69118.5873.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=11.87%
G=54.68%
B=33.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152930.7800.390.40150.2564.3236.27
Hex21985D4E02728964024
Octal412301351160475022610044
Binary10000110011000101110110011100100111101000100101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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