#219f7d

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

Shades of Jungle Green #219F7D

Tints of Jungle Green #219F7D

Color information

#219F7D (or 0x219F7D) is unknown color: approx Jungle Green. HEX triplet: 21, 9F and 7D. RGB value is (33,159,125). Sum of RGB (Red+Green+Blue) = 33+159+125=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #219F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F7D is #DE6082. Grayscale: #757575. Windows color (decimal): -14573699 or 8232737. OLE color: 8232737.

HSL color Cylindrical-coordinate representation of color #219F7D: hue angle of 163.81º 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 #219F7D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB33159125-
CMYK0.7900.210.38
HSL163.81º65.62%37.65%-
HSV(B)163.81º79.25%62.35%-
XYZ16.7326.623.65-
YUV117.45132.2667.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=10.41%
G=50.16%
B=39.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331591250.7900.210.38163.8165.6237.65
Hex219F7D4F01526a44226
Octal412371751170254624410246
Binary1000011001111111111011001111010101100110101001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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