Shades of Turtle Green #313E02
Tints of Turtle Green #313E02
RGB
CMYK
RGB Variations
Color information
#313E02 (or 0x313E02) is known color: Turtle Green. HEX triplet: 31, 3E and 02. RGB value is (49,62,2). Sum of RGB (Red+Green+Blue) = 49+62+2=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #313E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313E02 is #CEC1FD. Grayscale: #333333. Windows color (decimal): -13550078 or 146993. OLE color: 146993.
HSL color Cylindrical-coordinate representation of color #313E02: hue angle of 73º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #313E02 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 2 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.76 |
| HSL | 73º | 0.94% | 0.13% | - |
| HSV(B) | 73º | 0.97% | 0.24% | - |
| XYZ | 3 | 4.1 | 0.69 | - |
| YUV | 51.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 2 | 0.21 | 0 | 0.97 | 0.76 | 73 | 0.94 | 0.13 |
| Hex | 31 | 3E | 2 | 15 | 0 | 61 | 4C | 49 | 5E | D |
| Octal | 61 | 76 | 2 | 25 | 0 | 141 | 114 | 111 | 136 | 15 |
| Binary | 110001 | 111110 | 10 | 10101 | 0 | 1100001 | 1001100 | 1001001 | 1011110 | 1101 |
Color Harmonies of #313E02
Complementary color
Monochromatic Colors of #313E02
Black with #313E02
Text Example
Text Example
White with #313E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E02; }
p { color: rgb(49,62,2); }
H1.HeaderClassName
{
color: #313E02;
}
.AnyTagClassName
{
color: #313E02;
}
</style>
background-color css
<style>
a { background-color: #313E02; }
a { background-color: rgb(49,62,2); }
div.DivClassName
{
background-color: #313E02;
}
.BgClassName
{
background-color: #313E02;
}
</style>
border-color css
<style>
span { border-color: #313E02; }
span { border-color: rgb(49,62,2); }
td.TdClassName
{
border-color: #313E02;
}
.TagClassName
{
border-color: #313E02;
}
</style>