#219B7A

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

Shades of Jungle Green #219B7A

Tints of Jungle Green #219B7A

Color information

#219B7A (or 0x219B7A) is unknown color: approx Jungle Green. HEX triplet: 21, 9B and 7A. RGB value is (33,155,122). Sum of RGB (Red+Green+Blue) = 33+155+122=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #219B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B7A is #DE6485. Grayscale: #727272. Windows color (decimal): -14574726 or 8035105. OLE color: 8035105.

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

Color convert

RGB33155122-
CMYK0.7900.210.39
HSL163.77º64.89%36.86%-
HSV(B)163.77º78.71%60.78%-
XYZ15.8625.1722.43-
YUV114.76132.0869.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.65%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=10.65%
G=50%
B=39.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331551220.7900.210.39163.7764.8936.86
Hex219B7A4F01527a44125
Octal412331721170254724410145
Binary1000011001101111110101001111010101100111101001001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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