Shades of Turtle Green #313D03
Tints of Turtle Green #313D03
RGB
CMYK
RGB Variations
Color information
#313D03 (or 0x313D03) is known color: Turtle Green. HEX triplet: 31, 3D and 03. RGB value is (49,61,3). Sum of RGB (Red+Green+Blue) = 49+61+3=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #313D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D03 is #CEC2FC. Grayscale: #333333. Windows color (decimal): -13550333 or 212273. OLE color: 212273.
HSL color Cylindrical-coordinate representation of color #313D03: hue angle of 72.41º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #313D03 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 3 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.76 |
| HSL | 72.41º | 0.91% | 0.13% | - |
| HSV(B) | 72.41º | 0.95% | 0.24% | - |
| XYZ | 2.95 | 4 | 0.7 | - |
| YUV | 50.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 3 | 0.20 | 0 | 0.95 | 0.76 | 72.41 | 0.91 | 0.13 |
| Hex | 31 | 3D | 3 | 14 | 0 | 5F | 4C | 48 | 5B | D |
| Octal | 61 | 75 | 3 | 24 | 0 | 137 | 114 | 110 | 133 | 15 |
| Binary | 110001 | 111101 | 11 | 10100 | 0 | 1011111 | 1001100 | 1001000 | 1011011 | 1101 |
Color Harmonies of #313D03
Complementary color
Monochromatic Colors of #313D03
Black with #313D03
Text Example
Text Example
White with #313D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D03; }
p { color: rgb(49,61,3); }
H1.HeaderClassName
{
color: #313D03;
}
.AnyTagClassName
{
color: #313D03;
}
</style>
background-color css
<style>
a { background-color: #313D03; }
a { background-color: rgb(49,61,3); }
div.DivClassName
{
background-color: #313D03;
}
.BgClassName
{
background-color: #313D03;
}
</style>
border-color css
<style>
span { border-color: #313D03; }
span { border-color: rgb(49,61,3); }
td.TdClassName
{
border-color: #313D03;
}
.TagClassName
{
border-color: #313D03;
}
</style>