#219F81

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

Shades of Jungle Green #219F81

Tints of Jungle Green #219F81

Color information

#219F81 (or 0x219F81) is unknown color: approx Jungle Green. HEX triplet: 21, 9F and 81. RGB value is (33,159,129). Sum of RGB (Red+Green+Blue) = 33+159+129=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #219F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F81 is #DE607E. Grayscale: #757575. Windows color (decimal): -14573695 or 8494881. OLE color: 8494881.

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

Color convert

RGB33159129-
CMYK0.7900.190.38
HSL165.71º65.62%37.65%-
HSV(B)165.71º79.25%62.35%-
XYZ16.9926.725.03-
YUV117.91134.2667.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=10.28%
G=49.53%
B=40.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331591290.7900.190.38165.7165.6237.65
Hex219F814F01326a64226
Octal412372011170234624610246
Binary10000110011111100000011001111010011100110101001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,159,129); }

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

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

 a { background-color: rgb(33,159,129); }

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

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

 span { border-color: rgb(33,159,129); }

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