Shades of Jungle Green #32AF8C
Tints of Jungle Green #32AF8C
RGB
CMYK
RGB Variations
Color information
#32AF8C (or 0x32AF8C) is known color: Jungle Green. HEX triplet: 32, AF and 8C. RGB value is (50,175,140). Sum of RGB (Red+Green+Blue) = 50+175+140=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF8C is #CD5073. Grayscale: #858585. Windows color (decimal): -13455476 or 9219890. OLE color: 9219890.
HSL color Cylindrical-coordinate representation of color #32AF8C: hue angle of 163.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF8C is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 140 | - |
| CMYK | 0.71 | 0 | 0.2 | 0.31 |
| HSL | 163.2º | 0.56% | 0.44% | - |
| HSV(B) | 163.2º | 0.71% | 0.69% | - |
| XYZ | 21.38 | 33.23 | 30.1 | - |
| YUV | 133.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 140 | 0.71 | 0 | 0.2 | 0.31 | 163.2 | 0.56 | 0.44 |
| Hex | 32 | AF | 8C | 47 | 0 | 14 | 1F | A3 | 38 | 2C |
| Octal | 62 | 257 | 214 | 107 | 0 | 24 | 37 | 243 | 70 | 54 |
| Binary | 110010 | 10101111 | 10001100 | 1000111 | 0 | 10100 | 11111 | 10100011 | 111000 | 101100 |
Color Harmonies of #32AF8C
Complementary color
Monochromatic Colors of #32AF8C
Black with #32AF8C
Text Example
Text Example
White with #32AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF8C; }
p { color: rgb(50,175,140); }
H1.HeaderClassName
{
color: #32AF8C;
}
.AnyTagClassName
{
color: #32AF8C;
}
</style>
background-color css
<style>
a { background-color: #32AF8C; }
a { background-color: rgb(50,175,140); }
div.DivClassName
{
background-color: #32AF8C;
}
.BgClassName
{
background-color: #32AF8C;
}
</style>
border-color css
<style>
span { border-color: #32AF8C; }
span { border-color: rgb(50,175,140); }
td.TdClassName
{
border-color: #32AF8C;
}
.TagClassName
{
border-color: #32AF8C;
}
</style>