Shades of Turtle Green #313D01
Tints of Turtle Green #313D01
RGB
CMYK
RGB Variations
Color information
#313D01 (or 0x313D01) is known color: Turtle Green. HEX triplet: 31, 3D and 01. RGB value is (49,61,1). Sum of RGB (Red+Green+Blue) = 49+61+1=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #313D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D01 is #CEC2FE. Grayscale: #323232. Windows color (decimal): -13550335 or 81201. OLE color: 81201.
HSL color Cylindrical-coordinate representation of color #313D01: hue angle of 72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313D01 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 1 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.76 |
| HSL | 72º | 0.97% | 0.12% | - |
| HSV(B) | 72º | 0.98% | 0.24% | - |
| XYZ | 2.94 | 3.99 | 0.64 | - |
| YUV | 50.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 1 | 0.20 | 0 | 0.98 | 0.76 | 72 | 0.97 | 0.12 |
| Hex | 31 | 3D | 1 | 14 | 0 | 62 | 4C | 48 | 61 | C |
| Octal | 61 | 75 | 1 | 24 | 0 | 142 | 114 | 110 | 141 | 14 |
| Binary | 110001 | 111101 | 1 | 10100 | 0 | 1100010 | 1001100 | 1001000 | 1100001 | 1100 |
Color Harmonies of #313D01
Complementary color
Monochromatic Colors of #313D01
Black with #313D01
Text Example
Text Example
White with #313D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D01; }
p { color: rgb(49,61,1); }
H1.HeaderClassName
{
color: #313D01;
}
.AnyTagClassName
{
color: #313D01;
}
</style>
background-color css
<style>
a { background-color: #313D01; }
a { background-color: rgb(49,61,1); }
div.DivClassName
{
background-color: #313D01;
}
.BgClassName
{
background-color: #313D01;
}
</style>
border-color css
<style>
span { border-color: #313D01; }
span { border-color: rgb(49,61,1); }
td.TdClassName
{
border-color: #313D01;
}
.TagClassName
{
border-color: #313D01;
}
</style>