Shades of Turtle Green #31470D
Tints of Turtle Green #31470D
RGB
CMYK
RGB Variations
Color information
#31470D (or 0x31470D) is known color: Turtle Green. HEX triplet: 31, 47 and 0D. RGB value is (49,71,13). Sum of RGB (Red+Green+Blue) = 49+71+13=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #31470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31470D is #CEB8F2. Grayscale: #3A3A3A. Windows color (decimal): -13547763 or 870193. OLE color: 870193.
HSL color Cylindrical-coordinate representation of color #31470D: hue angle of 82.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31470D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 13 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.72 |
| HSL | 82.76º | 0.69% | 0.16% | - |
| HSV(B) | 82.76º | 0.82% | 0.28% | - |
| XYZ | 3.59 | 5.19 | 1.19 | - |
| YUV | 57.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 13 | 0.31 | 0 | 0.82 | 0.72 | 82.76 | 0.69 | 0.16 |
| Hex | 31 | 47 | D | 1F | 0 | 52 | 48 | 53 | 45 | 10 |
| Octal | 61 | 107 | 15 | 37 | 0 | 122 | 110 | 123 | 105 | 20 |
| Binary | 110001 | 1000111 | 1101 | 11111 | 0 | 1010010 | 1001000 | 1010011 | 1000101 | 10000 |
Color Harmonies of #31470D
Complementary color
Monochromatic Colors of #31470D
Black with #31470D
Text Example
Text Example
White with #31470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31470D; }
p { color: rgb(49,71,13); }
H1.HeaderClassName
{
color: #31470D;
}
.AnyTagClassName
{
color: #31470D;
}
</style>
background-color css
<style>
a { background-color: #31470D; }
a { background-color: rgb(49,71,13); }
div.DivClassName
{
background-color: #31470D;
}
.BgClassName
{
background-color: #31470D;
}
</style>
border-color css
<style>
span { border-color: #31470D; }
span { border-color: rgb(49,71,13); }
td.TdClassName
{
border-color: #31470D;
}
.TagClassName
{
border-color: #31470D;
}
</style>