#219C5F

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

Shades of Eucalyptus #219C5F

Tints of Eucalyptus #219C5F

Color information

#219C5F (or 0x219C5F) is unknown color: approx Eucalyptus. HEX triplet: 21, 9C and 5F. RGB value is (33,156,95). Sum of RGB (Red+Green+Blue) = 33+156+95=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #219C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C5F is #DE63A0. Grayscale: #707070. Windows color (decimal): -14574497 or 6265889. OLE color: 6265889.

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

Color convert

RGB3315695-
CMYK0.7900.390.39
HSL150.24º65.08%37.06%-
HSV(B)150.24º78.85%61.18%-
XYZ14.5824.9314.87-
YUV112.27118.2571.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=11.62%
G=54.93%
B=33.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33156950.7900.390.39150.2465.0837.06
Hex219C5F4F02727964125
Octal412341371170474722610145
Binary10000110011100101111110011110100111100111100101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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