Shades of Turtle Green #313E1B
Tints of Turtle Green #313E1B
RGB
CMYK
RGB Variations
Color information
#313E1B (or 0x313E1B) is known color: Turtle Green. HEX triplet: 31, 3E and 1B. RGB value is (49,62,27). Sum of RGB (Red+Green+Blue) = 49+62+27=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #313E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E1B is #CEC1E4. Grayscale: #363636. Windows color (decimal): -13550053 or 1785393. OLE color: 1785393.
HSL color Cylindrical-coordinate representation of color #313E1B: hue angle of 82.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313E1B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 27 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.76 |
| HSL | 82.29º | 0.39% | 0.17% | - |
| HSV(B) | 82.29º | 0.56% | 0.24% | - |
| XYZ | 3.19 | 4.18 | 1.68 | - |
| YUV | 54.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 27 | 0.21 | 0 | 0.56 | 0.76 | 82.29 | 0.39 | 0.17 |
| Hex | 31 | 3E | 1B | 15 | 0 | 38 | 4C | 52 | 27 | 11 |
| Octal | 61 | 76 | 33 | 25 | 0 | 70 | 114 | 122 | 47 | 21 |
| Binary | 110001 | 111110 | 11011 | 10101 | 0 | 111000 | 1001100 | 1010010 | 100111 | 10001 |
Color Harmonies of #313E1B
Complementary color
Monochromatic Colors of #313E1B
Black with #313E1B
Text Example
Text Example
White with #313E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E1B; }
p { color: rgb(49,62,27); }
H1.HeaderClassName
{
color: #313E1B;
}
.AnyTagClassName
{
color: #313E1B;
}
</style>
background-color css
<style>
a { background-color: #313E1B; }
a { background-color: rgb(49,62,27); }
div.DivClassName
{
background-color: #313E1B;
}
.BgClassName
{
background-color: #313E1B;
}
</style>
border-color css
<style>
span { border-color: #313E1B; }
span { border-color: rgb(49,62,27); }
td.TdClassName
{
border-color: #313E1B;
}
.TagClassName
{
border-color: #313E1B;
}
</style>