Shades of Jungle Green #2CAF7B
Tints of Jungle Green #2CAF7B
RGB
CMYK
RGB Variations
Color information
#2CAF7B (or 0x2CAF7B) is known color: Jungle Green. HEX triplet: 2C, AF and 7B. RGB value is (44,175,123). Sum of RGB (Red+Green+Blue) = 44+175+123=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF7B is #D35084. Grayscale: #818181. Windows color (decimal): -13848709 or 8105772. OLE color: 8105772.
HSL color Cylindrical-coordinate representation of color #2CAF7B: hue angle of 156.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF7B is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 175 | 123 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.31 |
| HSL | 156.18º | 0.6% | 0.43% | - |
| HSV(B) | 156.18º | 0.75% | 0.69% | - |
| XYZ | 19.94 | 32.63 | 23.99 | - |
| YUV | 129.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 123 | 0.75 | 0 | 0.30 | 0.31 | 156.18 | 0.6 | 0.43 |
| Hex | 2C | AF | 7B | 4B | 0 | 1E | 1F | 9C | 3C | 2B |
| Octal | 54 | 257 | 173 | 113 | 0 | 36 | 37 | 234 | 74 | 53 |
| Binary | 101100 | 10101111 | 1111011 | 1001011 | 0 | 11110 | 11111 | 10011100 | 111100 | 101011 |
Color Harmonies of #2CAF7B
Complementary color
Monochromatic Colors of #2CAF7B
Black with #2CAF7B
Text Example
Text Example
White with #2CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAF7B; }
p { color: rgb(44,175,123); }
H1.HeaderClassName
{
color: #2CAF7B;
}
.AnyTagClassName
{
color: #2CAF7B;
}
</style>
background-color css
<style>
a { background-color: #2CAF7B; }
a { background-color: rgb(44,175,123); }
div.DivClassName
{
background-color: #2CAF7B;
}
.BgClassName
{
background-color: #2CAF7B;
}
</style>
border-color css
<style>
span { border-color: #2CAF7B; }
span { border-color: rgb(44,175,123); }
td.TdClassName
{
border-color: #2CAF7B;
}
.TagClassName
{
border-color: #2CAF7B;
}
</style>