Shades of Turtle Green #313E15
Tints of Turtle Green #313E15
RGB
CMYK
RGB Variations
Color information
#313E15 (or 0x313E15) is known color: Turtle Green. HEX triplet: 31, 3E and 15. RGB value is (49,62,21). Sum of RGB (Red+Green+Blue) = 49+62+21=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #313E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313E15 is #CEC1EA. Grayscale: #353535. Windows color (decimal): -13550059 or 1392177. OLE color: 1392177.
HSL color Cylindrical-coordinate representation of color #313E15: hue angle of 79.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313E15 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 21 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.76 |
| HSL | 79.02º | 0.49% | 0.16% | - |
| HSV(B) | 79.02º | 0.66% | 0.24% | - |
| XYZ | 3.12 | 4.15 | 1.35 | - |
| YUV | 53.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 21 | 0.21 | 0 | 0.66 | 0.76 | 79.02 | 0.49 | 0.16 |
| Hex | 31 | 3E | 15 | 15 | 0 | 42 | 4C | 4F | 31 | 10 |
| Octal | 61 | 76 | 25 | 25 | 0 | 102 | 114 | 117 | 61 | 20 |
| Binary | 110001 | 111110 | 10101 | 10101 | 0 | 1000010 | 1001100 | 1001111 | 110001 | 10000 |
Color Harmonies of #313E15
Complementary color
Monochromatic Colors of #313E15
Black with #313E15
Text Example
Text Example
White with #313E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E15; }
p { color: rgb(49,62,21); }
H1.HeaderClassName
{
color: #313E15;
}
.AnyTagClassName
{
color: #313E15;
}
</style>
background-color css
<style>
a { background-color: #313E15; }
a { background-color: rgb(49,62,21); }
div.DivClassName
{
background-color: #313E15;
}
.BgClassName
{
background-color: #313E15;
}
</style>
border-color css
<style>
span { border-color: #313E15; }
span { border-color: rgb(49,62,21); }
td.TdClassName
{
border-color: #313E15;
}
.TagClassName
{
border-color: #313E15;
}
</style>