Shades of Jungle Green #31AF8A
Tints of Jungle Green #31AF8A
RGB
CMYK
RGB Variations
Color information
#31AF8A (or 0x31AF8A) is known color: Jungle Green. HEX triplet: 31, AF and 8A. RGB value is (49,175,138). Sum of RGB (Red+Green+Blue) = 49+175+138=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF8A is #CE5075. Grayscale: #858585. Windows color (decimal): -13521014 or 9088817. OLE color: 9088817.
HSL color Cylindrical-coordinate representation of color #31AF8A: hue angle of 162.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF8A is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 138 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.31 |
| HSL | 162.38º | 0.56% | 0.44% | - |
| HSV(B) | 162.38º | 0.72% | 0.69% | - |
| XYZ | 21.18 | 33.15 | 29.33 | - |
| YUV | 133.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 138 | 0.72 | 0 | 0.21 | 0.31 | 162.38 | 0.56 | 0.44 |
| Hex | 31 | AF | 8A | 48 | 0 | 15 | 1F | A2 | 38 | 2C |
| Octal | 61 | 257 | 212 | 110 | 0 | 25 | 37 | 242 | 70 | 54 |
| Binary | 110001 | 10101111 | 10001010 | 1001000 | 0 | 10101 | 11111 | 10100010 | 111000 | 101100 |
Color Harmonies of #31AF8A
Complementary color
Monochromatic Colors of #31AF8A
Black with #31AF8A
Text Example
Text Example
White with #31AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF8A; }
p { color: rgb(49,175,138); }
H1.HeaderClassName
{
color: #31AF8A;
}
.AnyTagClassName
{
color: #31AF8A;
}
</style>
background-color css
<style>
a { background-color: #31AF8A; }
a { background-color: rgb(49,175,138); }
div.DivClassName
{
background-color: #31AF8A;
}
.BgClassName
{
background-color: #31AF8A;
}
</style>
border-color css
<style>
span { border-color: #31AF8A; }
span { border-color: rgb(49,175,138); }
td.TdClassName
{
border-color: #31AF8A;
}
.TagClassName
{
border-color: #31AF8A;
}
</style>