#219E5F

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

Shades of Eucalyptus #219E5F

Tints of Eucalyptus #219E5F

Color information

#219E5F (or 0x219E5F) is unknown color: approx Eucalyptus. HEX triplet: 21, 9E and 5F. RGB value is (33,158,95). Sum of RGB (Red+Green+Blue) = 33+158+95=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #219E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E5F is #DE61A0. Grayscale: #717171. Windows color (decimal): -14573985 or 6266401. OLE color: 6266401.

HSL color Cylindrical-coordinate representation of color #219E5F: hue angle of 149.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E5F is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB3315895-
CMYK0.7900.400.38
HSL149.76º65.45%37.45%-
HSV(B)149.76º79.11%61.96%-
XYZ14.9225.614.98-
YUV113.44117.5970.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 158 (62.11% from 255) = 55.24%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=11.54%
G=55.24%
B=33.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33158950.7900.400.38149.7665.4537.45
Hex219E5F4F02826964125
Octal412361371170504622610145
Binary10000110011110101111110011110101000100110100101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219E5F; }

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

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

<style>
 a { background-color: #219E5F; }

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

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

<style>
 span { border-color: #219E5F; }

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

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