Shades of Turtle Green #31391E
Tints of Turtle Green #31391E
RGB
CMYK
RGB Variations
Color information
#31391E (or 0x31391E) is known color: Turtle Green. HEX triplet: 31, 39 and 1E. RGB value is (49,57,30). Sum of RGB (Red+Green+Blue) = 49+57+30=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #31391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31391E is #CEC6E1. Grayscale: #333333. Windows color (decimal): -13551330 or 1980721. OLE color: 1980721.
HSL color Cylindrical-coordinate representation of color #31391E: hue angle of 77.78º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31391E is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 57 | 30 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.78 |
| HSL | 77.78º | 0.31% | 0.17% | - |
| HSV(B) | 77.78º | 0.47% | 0.22% | - |
| XYZ | 2.96 | 3.67 | 1.78 | - |
| YUV | 51.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 30 | 0.14 | 0 | 0.47 | 0.78 | 77.78 | 0.31 | 0.17 |
| Hex | 31 | 39 | 1E | E | 0 | 2F | 4E | 4E | 1F | 11 |
| Octal | 61 | 71 | 36 | 16 | 0 | 57 | 116 | 116 | 37 | 21 |
| Binary | 110001 | 111001 | 11110 | 1110 | 0 | 101111 | 1001110 | 1001110 | 11111 | 10001 |
Color Harmonies of #31391E
Complementary color
Monochromatic Colors of #31391E
Black with #31391E
Text Example
Text Example
White with #31391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31391E; }
p { color: rgb(49,57,30); }
H1.HeaderClassName
{
color: #31391E;
}
.AnyTagClassName
{
color: #31391E;
}
</style>
background-color css
<style>
a { background-color: #31391E; }
a { background-color: rgb(49,57,30); }
div.DivClassName
{
background-color: #31391E;
}
.BgClassName
{
background-color: #31391E;
}
</style>
border-color css
<style>
span { border-color: #31391E; }
span { border-color: rgb(49,57,30); }
td.TdClassName
{
border-color: #31391E;
}
.TagClassName
{
border-color: #31391E;
}
</style>