#219B79

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

Shades of Jungle Green #219B79

Tints of Jungle Green #219B79

Color information

#219B79 (or 0x219B79) is unknown color: approx Jungle Green. HEX triplet: 21, 9B and 79. RGB value is (33,155,121). Sum of RGB (Red+Green+Blue) = 33+155+121=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #219B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B79 is #DE6486. Grayscale: #727272. Windows color (decimal): -14574727 or 7969569. OLE color: 7969569.

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

Color convert

RGB33155121-
CMYK0.7900.220.39
HSL163.28º64.89%36.86%-
HSV(B)163.28º78.71%60.78%-
XYZ15.825.1522.11-
YUV114.65131.5869.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=10.68%
G=50.16%
B=39.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331551210.7900.220.39163.2864.8936.86
Hex219B794F01627a34125
Octal412331711170264724310145
Binary1000011001101111110011001111010110100111101000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,155,121); }

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

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

 a { background-color: rgb(33,155,121); }

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

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

 span { border-color: rgb(33,155,121); }

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