Shades of Turtle Green #314002
Tints of Turtle Green #314002
RGB
CMYK
RGB Variations
Color information
#314002 (or 0x314002) is known color: Turtle Green. HEX triplet: 31, 40 and 02. RGB value is (49,64,2). Sum of RGB (Red+Green+Blue) = 49+64+2=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #314002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314002 is #CEBFFD. Grayscale: #343434. Windows color (decimal): -13549566 or 147505. OLE color: 147505.
HSL color Cylindrical-coordinate representation of color #314002: hue angle of 74.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314002 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 2 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.75 |
| HSL | 74.52º | 0.94% | 0.13% | - |
| HSV(B) | 74.52º | 0.97% | 0.25% | - |
| XYZ | 3.11 | 4.32 | 0.73 | - |
| YUV | 52.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 2 | 0.23 | 0 | 0.97 | 0.75 | 74.52 | 0.94 | 0.13 |
| Hex | 31 | 40 | 2 | 17 | 0 | 61 | 4B | 4B | 5E | D |
| Octal | 61 | 100 | 2 | 27 | 0 | 141 | 113 | 113 | 136 | 15 |
| Binary | 110001 | 1000000 | 10 | 10111 | 0 | 1100001 | 1001011 | 1001011 | 1011110 | 1101 |
Color Harmonies of #314002
Complementary color
Monochromatic Colors of #314002
Black with #314002
Text Example
Text Example
White with #314002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314002; }
p { color: rgb(49,64,2); }
H1.HeaderClassName
{
color: #314002;
}
.AnyTagClassName
{
color: #314002;
}
</style>
background-color css
<style>
a { background-color: #314002; }
a { background-color: rgb(49,64,2); }
div.DivClassName
{
background-color: #314002;
}
.BgClassName
{
background-color: #314002;
}
</style>
border-color css
<style>
span { border-color: #314002; }
span { border-color: rgb(49,64,2); }
td.TdClassName
{
border-color: #314002;
}
.TagClassName
{
border-color: #314002;
}
</style>