Shades of Turtle Green #31400D
Tints of Turtle Green #31400D
RGB
CMYK
RGB Variations
Color information
#31400D (or 0x31400D) is known color: Turtle Green. HEX triplet: 31, 40 and 0D. RGB value is (49,64,13). Sum of RGB (Red+Green+Blue) = 49+64+13=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #31400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400D is #CEBFF2. Grayscale: #353535. Windows color (decimal): -13549555 or 868401. OLE color: 868401.
HSL color Cylindrical-coordinate representation of color #31400D: hue angle of 77.65º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31400D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 13 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.75 |
| HSL | 77.65º | 0.66% | 0.15% | - |
| HSV(B) | 77.65º | 0.8% | 0.25% | - |
| XYZ | 3.17 | 4.35 | 1.05 | - |
| YUV | 53.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 13 | 0.23 | 0 | 0.80 | 0.75 | 77.65 | 0.66 | 0.15 |
| Hex | 31 | 40 | D | 17 | 0 | 50 | 4B | 4E | 42 | F |
| Octal | 61 | 100 | 15 | 27 | 0 | 120 | 113 | 116 | 102 | 17 |
| Binary | 110001 | 1000000 | 1101 | 10111 | 0 | 1010000 | 1001011 | 1001110 | 1000010 | 1111 |
Color Harmonies of #31400D
Complementary color
Monochromatic Colors of #31400D
Black with #31400D
Text Example
Text Example
White with #31400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31400D; }
p { color: rgb(49,64,13); }
H1.HeaderClassName
{
color: #31400D;
}
.AnyTagClassName
{
color: #31400D;
}
</style>
background-color css
<style>
a { background-color: #31400D; }
a { background-color: rgb(49,64,13); }
div.DivClassName
{
background-color: #31400D;
}
.BgClassName
{
background-color: #31400D;
}
</style>
border-color css
<style>
span { border-color: #31400D; }
span { border-color: rgb(49,64,13); }
td.TdClassName
{
border-color: #31400D;
}
.TagClassName
{
border-color: #31400D;
}
</style>