Shades of Turtle Green #31510F
Tints of Turtle Green #31510F
RGB
CMYK
RGB Variations
Color information
#31510F (or 0x31510F) is known color: Turtle Green. HEX triplet: 31, 51 and 0F. RGB value is (49,81,15). Sum of RGB (Red+Green+Blue) = 49+81+15=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #31510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31510F is #CEAEF0. Grayscale: #404040. Windows color (decimal): -13545201 or 1003825. OLE color: 1003825.
HSL color Cylindrical-coordinate representation of color #31510F: hue angle of 89.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31510F is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 15 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.68 |
| HSL | 89.09º | 0.69% | 0.19% | - |
| HSV(B) | 89.09º | 0.81% | 0.32% | - |
| XYZ | 4.3 | 6.57 | 1.49 | - |
| YUV | 63.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 15 | 0.40 | 0 | 0.81 | 0.68 | 89.09 | 0.69 | 0.19 |
| Hex | 31 | 51 | F | 28 | 0 | 51 | 44 | 59 | 45 | 13 |
| Octal | 61 | 121 | 17 | 50 | 0 | 121 | 104 | 131 | 105 | 23 |
| Binary | 110001 | 1010001 | 1111 | 101000 | 0 | 1010001 | 1000100 | 1011001 | 1000101 | 10011 |
Color Harmonies of #31510F
Complementary color
Monochromatic Colors of #31510F
Black with #31510F
Text Example
Text Example
White with #31510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31510F; }
p { color: rgb(49,81,15); }
H1.HeaderClassName
{
color: #31510F;
}
.AnyTagClassName
{
color: #31510F;
}
</style>
background-color css
<style>
a { background-color: #31510F; }
a { background-color: rgb(49,81,15); }
div.DivClassName
{
background-color: #31510F;
}
.BgClassName
{
background-color: #31510F;
}
</style>
border-color css
<style>
span { border-color: #31510F; }
span { border-color: rgb(49,81,15); }
td.TdClassName
{
border-color: #31510F;
}
.TagClassName
{
border-color: #31510F;
}
</style>