Shades of Turtle Green #31381D
Tints of Turtle Green #31381D
RGB
CMYK
RGB Variations
Color information
#31381D (or 0x31381D) is known color: Turtle Green. HEX triplet: 31, 38 and 1D. RGB value is (49,56,29). Sum of RGB (Red+Green+Blue) = 49+56+29=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #31381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31381D is #CEC7E2. Grayscale: #323232. Windows color (decimal): -13551587 or 1914929. OLE color: 1914929.
HSL color Cylindrical-coordinate representation of color #31381D: hue angle of 75.56º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31381D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 29 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.78 |
| HSL | 75.56º | 0.32% | 0.17% | - |
| HSV(B) | 75.56º | 0.48% | 0.22% | - |
| XYZ | 2.9 | 3.57 | 1.7 | - |
| YUV | 50.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 29 | 0.12 | 0 | 0.48 | 0.78 | 75.56 | 0.32 | 0.17 |
| Hex | 31 | 38 | 1D | C | 0 | 30 | 4E | 4C | 20 | 11 |
| Octal | 61 | 70 | 35 | 14 | 0 | 60 | 116 | 114 | 40 | 21 |
| Binary | 110001 | 111000 | 11101 | 1100 | 0 | 110000 | 1001110 | 1001100 | 100000 | 10001 |
Color Harmonies of #31381D
Complementary color
Monochromatic Colors of #31381D
Black with #31381D
Text Example
Text Example
White with #31381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31381D; }
p { color: rgb(49,56,29); }
H1.HeaderClassName
{
color: #31381D;
}
.AnyTagClassName
{
color: #31381D;
}
</style>
background-color css
<style>
a { background-color: #31381D; }
a { background-color: rgb(49,56,29); }
div.DivClassName
{
background-color: #31381D;
}
.BgClassName
{
background-color: #31381D;
}
</style>
border-color css
<style>
span { border-color: #31381D; }
span { border-color: rgb(49,56,29); }
td.TdClassName
{
border-color: #31381D;
}
.TagClassName
{
border-color: #31381D;
}
</style>