Shades of Jungle Green #229C7B
Tints of Jungle Green #229C7B
RGB
CMYK
RGB Variations
Color information
#229C7B (or 0x229C7B) is known color: Jungle Green. HEX triplet: 22, 9C and 7B. RGB value is (34,156,123). Sum of RGB (Red+Green+Blue) = 34+156+123=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #229C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C7B is #DD6384. Grayscale: #737373. Windows color (decimal): -14508933 or 8100898. OLE color: 8100898.
HSL color Cylindrical-coordinate representation of color #229C7B: hue angle of 163.77º 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 #229C7B is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 156 | 123 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.39 |
| HSL | 163.77º | 0.64% | 0.37% | - |
| HSV(B) | 163.77º | 0.78% | 0.61% | - |
| XYZ | 16.12 | 25.55 | 22.82 | - |
| YUV | 115.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 123 | 0.78 | 0 | 0.21 | 0.39 | 163.77 | 0.64 | 0.37 |
| Hex | 22 | 9C | 7B | 4E | 0 | 15 | 27 | A4 | 40 | 25 |
| Octal | 42 | 234 | 173 | 116 | 0 | 25 | 47 | 244 | 100 | 45 |
| Binary | 100010 | 10011100 | 1111011 | 1001110 | 0 | 10101 | 100111 | 10100100 | 1000000 | 100101 |
Color Harmonies of #229C7B
Complementary color
Monochromatic Colors of #229C7B
Black with #229C7B
Text Example
Text Example
White with #229C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229C7B; }
p { color: rgb(34,156,123); }
H1.HeaderClassName
{
color: #229C7B;
}
.AnyTagClassName
{
color: #229C7B;
}
</style>
background-color css
<style>
a { background-color: #229C7B; }
a { background-color: rgb(34,156,123); }
div.DivClassName
{
background-color: #229C7B;
}
.BgClassName
{
background-color: #229C7B;
}
</style>
border-color css
<style>
span { border-color: #229C7B; }
span { border-color: rgb(34,156,123); }
td.TdClassName
{
border-color: #229C7B;
}
.TagClassName
{
border-color: #229C7B;
}
</style>