Shades of Jungle Green #229C7A
Tints of Jungle Green #229C7A
RGB
CMYK
RGB Variations
Color information
#229C7A (or 0x229C7A) is known color: Jungle Green. HEX triplet: 22, 9C and 7A. RGB value is (34,156,122). Sum of RGB (Red+Green+Blue) = 34+156+122=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #229C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C7A is #DD6385. Grayscale: #737373. Windows color (decimal): -14508934 or 8035362. OLE color: 8035362.
HSL color Cylindrical-coordinate representation of color #229C7A: hue angle of 163.28º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229C7A is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 156 | 122 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.39 |
| HSL | 163.28º | 0.64% | 0.37% | - |
| HSV(B) | 163.28º | 0.78% | 0.61% | - |
| XYZ | 16.06 | 25.52 | 22.49 | - |
| YUV | 115.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 122 | 0.78 | 0 | 0.22 | 0.39 | 163.28 | 0.64 | 0.37 |
| Hex | 22 | 9C | 7A | 4E | 0 | 16 | 27 | A3 | 40 | 25 |
| Octal | 42 | 234 | 172 | 116 | 0 | 26 | 47 | 243 | 100 | 45 |
| Binary | 100010 | 10011100 | 1111010 | 1001110 | 0 | 10110 | 100111 | 10100011 | 1000000 | 100101 |
Color Harmonies of #229C7A
Complementary color
Monochromatic Colors of #229C7A
Black with #229C7A
Text Example
Text Example
White with #229C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229C7A; }
p { color: rgb(34,156,122); }
H1.HeaderClassName
{
color: #229C7A;
}
.AnyTagClassName
{
color: #229C7A;
}
</style>
background-color css
<style>
a { background-color: #229C7A; }
a { background-color: rgb(34,156,122); }
div.DivClassName
{
background-color: #229C7A;
}
.BgClassName
{
background-color: #229C7A;
}
</style>
border-color css
<style>
span { border-color: #229C7A; }
span { border-color: rgb(34,156,122); }
td.TdClassName
{
border-color: #229C7A;
}
.TagClassName
{
border-color: #229C7A;
}
</style>