Shades of Turtle Green #31371B
Tints of Turtle Green #31371B
RGB
CMYK
RGB Variations
Color information
#31371B (or 0x31371B) is known color: Turtle Green. HEX triplet: 31, 37 and 1B. RGB value is (49,55,27). Sum of RGB (Red+Green+Blue) = 49+55+27=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #31371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371B is #CEC8E4. Grayscale: #323232. Windows color (decimal): -13551845 or 1783601. OLE color: 1783601.
HSL color Cylindrical-coordinate representation of color #31371B: hue angle of 72.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31371B is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 27 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.78 |
| HSL | 72.86º | 0.34% | 0.16% | - |
| HSV(B) | 72.86º | 0.51% | 0.22% | - |
| XYZ | 2.83 | 3.46 | 1.56 | - |
| YUV | 50.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 27 | 0.11 | 0 | 0.51 | 0.78 | 72.86 | 0.34 | 0.16 |
| Hex | 31 | 37 | 1B | B | 0 | 33 | 4E | 49 | 22 | 10 |
| Octal | 61 | 67 | 33 | 13 | 0 | 63 | 116 | 111 | 42 | 20 |
| Binary | 110001 | 110111 | 11011 | 1011 | 0 | 110011 | 1001110 | 1001001 | 100010 | 10000 |
Color Harmonies of #31371B
Complementary color
Monochromatic Colors of #31371B
Black with #31371B
Text Example
Text Example
White with #31371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31371B; }
p { color: rgb(49,55,27); }
H1.HeaderClassName
{
color: #31371B;
}
.AnyTagClassName
{
color: #31371B;
}
</style>
background-color css
<style>
a { background-color: #31371B; }
a { background-color: rgb(49,55,27); }
div.DivClassName
{
background-color: #31371B;
}
.BgClassName
{
background-color: #31371B;
}
</style>
border-color css
<style>
span { border-color: #31371B; }
span { border-color: rgb(49,55,27); }
td.TdClassName
{
border-color: #31371B;
}
.TagClassName
{
border-color: #31371B;
}
</style>