Shades of Turtle Green #31470E
Tints of Turtle Green #31470E
RGB
CMYK
RGB Variations
Color information
#31470E (or 0x31470E) is known color: Turtle Green. HEX triplet: 31, 47 and 0E. RGB value is (49,71,14). Sum of RGB (Red+Green+Blue) = 49+71+14=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #31470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31470E is #CEB8F1. Grayscale: #3A3A3A. Windows color (decimal): -13547762 or 935729. OLE color: 935729.
HSL color Cylindrical-coordinate representation of color #31470E: hue angle of 83.16º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31470E is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 14 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.72 |
| HSL | 83.16º | 0.67% | 0.17% | - |
| HSV(B) | 83.16º | 0.8% | 0.28% | - |
| XYZ | 3.6 | 5.19 | 1.23 | - |
| YUV | 57.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 14 | 0.31 | 0 | 0.80 | 0.72 | 83.16 | 0.67 | 0.17 |
| Hex | 31 | 47 | E | 1F | 0 | 50 | 48 | 53 | 43 | 11 |
| Octal | 61 | 107 | 16 | 37 | 0 | 120 | 110 | 123 | 103 | 21 |
| Binary | 110001 | 1000111 | 1110 | 11111 | 0 | 1010000 | 1001000 | 1010011 | 1000011 | 10001 |
Color Harmonies of #31470E
Complementary color
Monochromatic Colors of #31470E
Black with #31470E
Text Example
Text Example
White with #31470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31470E; }
p { color: rgb(49,71,14); }
H1.HeaderClassName
{
color: #31470E;
}
.AnyTagClassName
{
color: #31470E;
}
</style>
background-color css
<style>
a { background-color: #31470E; }
a { background-color: rgb(49,71,14); }
div.DivClassName
{
background-color: #31470E;
}
.BgClassName
{
background-color: #31470E;
}
</style>
border-color css
<style>
span { border-color: #31470E; }
span { border-color: rgb(49,71,14); }
td.TdClassName
{
border-color: #31470E;
}
.TagClassName
{
border-color: #31470E;
}
</style>