Shades of Turtle Green #2F4707
Tints of Turtle Green #2F4707
RGB
CMYK
RGB Variations
Color information
#2F4707 (or 0x2F4707) is known color: Turtle Green. HEX triplet: 2F, 47 and 07. RGB value is (47,71,7). Sum of RGB (Red+Green+Blue) = 47+71+7=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4707 is #D0B8F8. Grayscale: #383838. Windows color (decimal): -13678841 or 476975. OLE color: 476975.
HSL color Cylindrical-coordinate representation of color #2F4707: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F4707 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 7 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.72 |
| HSL | 82.5º | 0.82% | 0.15% | - |
| HSV(B) | 82.5º | 0.9% | 0.28% | - |
| XYZ | 3.46 | 5.13 | 1.01 | - |
| YUV | 56.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 7 | 0.34 | 0 | 0.90 | 0.72 | 82.5 | 0.82 | 0.15 |
| Hex | 2F | 47 | 7 | 22 | 0 | 5A | 48 | 52 | 52 | F |
| Octal | 57 | 107 | 7 | 42 | 0 | 132 | 110 | 122 | 122 | 17 |
| Binary | 101111 | 1000111 | 111 | 100010 | 0 | 1011010 | 1001000 | 1010010 | 1010010 | 1111 |
Color Harmonies of #2F4707
Complementary color
Monochromatic Colors of #2F4707
Black with #2F4707
Text Example
Text Example
White with #2F4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4707; }
p { color: rgb(47,71,7); }
H1.HeaderClassName
{
color: #2F4707;
}
.AnyTagClassName
{
color: #2F4707;
}
</style>
background-color css
<style>
a { background-color: #2F4707; }
a { background-color: rgb(47,71,7); }
div.DivClassName
{
background-color: #2F4707;
}
.BgClassName
{
background-color: #2F4707;
}
</style>
border-color css
<style>
span { border-color: #2F4707; }
span { border-color: rgb(47,71,7); }
td.TdClassName
{
border-color: #2F4707;
}
.TagClassName
{
border-color: #2F4707;
}
</style>