#21965B

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

Shades of Eucalyptus #21965B

Tints of Eucalyptus #21965B

Color information

#21965B (or 0x21965B) is unknown color: approx Eucalyptus. HEX triplet: 21, 96 and 5B. RGB value is (33,150,91). Sum of RGB (Red+Green+Blue) = 33+150+91=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #21965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21965B is #DE69A4. Grayscale: #6C6C6C. Windows color (decimal): -14576037 or 6002209. OLE color: 6002209.

HSL color Cylindrical-coordinate representation of color #21965B: hue angle of 149.74º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21965B is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB3315091-
CMYK0.7800.390.41
HSL149.74º63.93%35.88%-
HSV(B)149.74º78%58.82%-
XYZ13.4222.8913.61-
YUV108.29118.2474.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=12.04%
G=54.74%
B=33.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33150910.7800.390.41149.7463.9335.88
Hex21965B4E02729964024
Octal412261331160475122610044
Binary10000110010110101101110011100100111101001100101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21965B; }

 p { color: rgb(33,150,91); }

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

<style>
 a { background-color: #21965B; }

 a { background-color: rgb(33,150,91); }

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

<style>
 span { border-color: #21965B; }

 span { border-color: rgb(33,150,91); }

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