Shades of Turtle Green #314F00
Tints of Turtle Green #314F00
RGB
CMYK
RGB Variations
Color information
#314F00 (or 0x314F00) is known color: Turtle Green. HEX triplet: 31, 4F and 00. RGB value is (49,79,0). Sum of RGB (Red+Green+Blue) = 49+79+0=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #314F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314F00 is #CEB0FF. Grayscale: #3D3D3D. Windows color (decimal): -13545728 or 20273. OLE color: 20273.
HSL color Cylindrical-coordinate representation of color #314F00: hue angle of 82.78º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314F00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 79 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.69 |
| HSL | 82.78º | 1% | 0.15% | - |
| HSV(B) | 82.78º | 1% | 0.31% | - |
| XYZ | 4.06 | 6.24 | 0.99 | - |
| YUV | 61.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 0 | 0.38 | 0 | 1 | 0.69 | 82.78 | 1 | 0.15 |
| Hex | 31 | 4F | 0 | 26 | 0 | 64 | 45 | 53 | 64 | F |
| Octal | 61 | 117 | 0 | 46 | 0 | 144 | 105 | 123 | 144 | 17 |
| Binary | 110001 | 1001111 | 0 | 100110 | 0 | 1100100 | 1000101 | 1010011 | 1100100 | 1111 |
Color Harmonies of #314F00
Complementary color
Monochromatic Colors of #314F00
Black with #314F00
Text Example
Text Example
White with #314F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314F00; }
p { color: rgb(49,79,0); }
H1.HeaderClassName
{
color: #314F00;
}
.AnyTagClassName
{
color: #314F00;
}
</style>
background-color css
<style>
a { background-color: #314F00; }
a { background-color: rgb(49,79,0); }
div.DivClassName
{
background-color: #314F00;
}
.BgClassName
{
background-color: #314F00;
}
</style>
border-color css
<style>
span { border-color: #314F00; }
span { border-color: rgb(49,79,0); }
td.TdClassName
{
border-color: #314F00;
}
.TagClassName
{
border-color: #314F00;
}
</style>