Shades of Turtle Green #31340E
Tints of Turtle Green #31340E
RGB
CMYK
RGB Variations
Color information
#31340E (or 0x31340E) is known color: Turtle Green. HEX triplet: 31, 34 and 0E. RGB value is (49,52,14). Sum of RGB (Red+Green+Blue) = 49+52+14=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #31340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31340E is #CECBF1. Grayscale: #2E2E2E. Windows color (decimal): -13552626 or 930865. OLE color: 930865.
HSL color Cylindrical-coordinate representation of color #31340E: hue angle of 64.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31340E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 14 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.80 |
| HSL | 64.74º | 0.58% | 0.13% | - |
| HSV(B) | 64.74º | 0.73% | 0.2% | - |
| XYZ | 2.57 | 3.14 | 0.89 | - |
| YUV | 46.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 14 | 0.06 | 0 | 0.73 | 0.80 | 64.74 | 0.58 | 0.13 |
| Hex | 31 | 34 | E | 6 | 0 | 49 | 50 | 41 | 3A | D |
| Octal | 61 | 64 | 16 | 6 | 0 | 111 | 120 | 101 | 72 | 15 |
| Binary | 110001 | 110100 | 1110 | 110 | 0 | 1001001 | 1010000 | 1000001 | 111010 | 1101 |
Color Harmonies of #31340E
Complementary color
Monochromatic Colors of #31340E
Black with #31340E
Text Example
Text Example
White with #31340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31340E; }
p { color: rgb(49,52,14); }
H1.HeaderClassName
{
color: #31340E;
}
.AnyTagClassName
{
color: #31340E;
}
</style>
background-color css
<style>
a { background-color: #31340E; }
a { background-color: rgb(49,52,14); }
div.DivClassName
{
background-color: #31340E;
}
.BgClassName
{
background-color: #31340E;
}
</style>
border-color css
<style>
span { border-color: #31340E; }
span { border-color: rgb(49,52,14); }
td.TdClassName
{
border-color: #31340E;
}
.TagClassName
{
border-color: #31340E;
}
</style>