Shades of Turtle Green #2F4D10
Tints of Turtle Green #2F4D10
RGB
CMYK
RGB Variations
Color information
#2F4D10 (or 0x2F4D10) is known color: Turtle Green. HEX triplet: 2F, 4D and 10. RGB value is (47,77,16). Sum of RGB (Red+Green+Blue) = 47+77+16=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4D10 is #D0B2EF. Grayscale: #3D3D3D. Windows color (decimal): -13677296 or 1068335. OLE color: 1068335.
HSL color Cylindrical-coordinate representation of color #2F4D10: hue angle of 89.51º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F4D10 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 77 | 16 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.70 |
| HSL | 89.51º | 0.66% | 0.18% | - |
| HSV(B) | 89.51º | 0.79% | 0.3% | - |
| XYZ | 3.92 | 5.95 | 1.43 | - |
| YUV | 61.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 16 | 0.39 | 0 | 0.79 | 0.70 | 89.51 | 0.66 | 0.18 |
| Hex | 2F | 4D | 10 | 27 | 0 | 4F | 46 | 5A | 42 | 12 |
| Octal | 57 | 115 | 20 | 47 | 0 | 117 | 106 | 132 | 102 | 22 |
| Binary | 101111 | 1001101 | 10000 | 100111 | 0 | 1001111 | 1000110 | 1011010 | 1000010 | 10010 |
Color Harmonies of #2F4D10
Complementary color
Monochromatic Colors of #2F4D10
Black with #2F4D10
Text Example
Text Example
White with #2F4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D10; }
p { color: rgb(47,77,16); }
H1.HeaderClassName
{
color: #2F4D10;
}
.AnyTagClassName
{
color: #2F4D10;
}
</style>
background-color css
<style>
a { background-color: #2F4D10; }
a { background-color: rgb(47,77,16); }
div.DivClassName
{
background-color: #2F4D10;
}
.BgClassName
{
background-color: #2F4D10;
}
</style>
border-color css
<style>
span { border-color: #2F4D10; }
span { border-color: rgb(47,77,16); }
td.TdClassName
{
border-color: #2F4D10;
}
.TagClassName
{
border-color: #2F4D10;
}
</style>