Shades of Turtle Green #31371F
Tints of Turtle Green #31371F
RGB
CMYK
RGB Variations
Color information
#31371F (or 0x31371F) is known color: Turtle Green. HEX triplet: 31, 37 and 1F. RGB value is (49,55,31). Sum of RGB (Red+Green+Blue) = 49+55+31=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #31371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371F is #CEC8E0. Grayscale: #323232. Windows color (decimal): -13551841 or 2045745. OLE color: 2045745.
HSL color Cylindrical-coordinate representation of color #31371F: hue angle of 75º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31371F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 31 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.78 |
| HSL | 75º | 0.28% | 0.17% | - |
| HSV(B) | 75º | 0.44% | 0.22% | - |
| XYZ | 2.88 | 3.48 | 1.82 | - |
| YUV | 50.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 31 | 0.11 | 0 | 0.44 | 0.78 | 75 | 0.28 | 0.17 |
| Hex | 31 | 37 | 1F | B | 0 | 2C | 4E | 4B | 1C | 11 |
| Octal | 61 | 67 | 37 | 13 | 0 | 54 | 116 | 113 | 34 | 21 |
| Binary | 110001 | 110111 | 11111 | 1011 | 0 | 101100 | 1001110 | 1001011 | 11100 | 10001 |
Color Harmonies of #31371F
Complementary color
Monochromatic Colors of #31371F
Black with #31371F
Text Example
Text Example
White with #31371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31371F; }
p { color: rgb(49,55,31); }
H1.HeaderClassName
{
color: #31371F;
}
.AnyTagClassName
{
color: #31371F;
}
</style>
background-color css
<style>
a { background-color: #31371F; }
a { background-color: rgb(49,55,31); }
div.DivClassName
{
background-color: #31371F;
}
.BgClassName
{
background-color: #31371F;
}
</style>
border-color css
<style>
span { border-color: #31371F; }
span { border-color: rgb(49,55,31); }
td.TdClassName
{
border-color: #31371F;
}
.TagClassName
{
border-color: #31371F;
}
</style>