Shades of Turtle Green #2F4702
Tints of Turtle Green #2F4702
RGB
CMYK
RGB Variations
Color information
#2F4702 (or 0x2F4702) is known color: Turtle Green. HEX triplet: 2F, 47 and 02. RGB value is (47,71,2). Sum of RGB (Red+Green+Blue) = 47+71+2=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4702 is #D0B8FD. Grayscale: #383838. Windows color (decimal): -13678846 or 149295. OLE color: 149295.
HSL color Cylindrical-coordinate representation of color #2F4702: hue angle of 80.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4702 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 2 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.72 |
| HSL | 80.87º | 0.95% | 0.14% | - |
| HSV(B) | 80.87º | 0.97% | 0.28% | - |
| XYZ | 3.44 | 5.12 | 0.86 | - |
| YUV | 55.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 2 | 0.34 | 0 | 0.97 | 0.72 | 80.87 | 0.95 | 0.14 |
| Hex | 2F | 47 | 2 | 22 | 0 | 61 | 48 | 51 | 5F | E |
| Octal | 57 | 107 | 2 | 42 | 0 | 141 | 110 | 121 | 137 | 16 |
| Binary | 101111 | 1000111 | 10 | 100010 | 0 | 1100001 | 1001000 | 1010001 | 1011111 | 1110 |
Color Harmonies of #2F4702
Complementary color
Monochromatic Colors of #2F4702
Black with #2F4702
Text Example
Text Example
White with #2F4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4702; }
p { color: rgb(47,71,2); }
H1.HeaderClassName
{
color: #2F4702;
}
.AnyTagClassName
{
color: #2F4702;
}
</style>
background-color css
<style>
a { background-color: #2F4702; }
a { background-color: rgb(47,71,2); }
div.DivClassName
{
background-color: #2F4702;
}
.BgClassName
{
background-color: #2F4702;
}
</style>
border-color css
<style>
span { border-color: #2F4702; }
span { border-color: rgb(47,71,2); }
td.TdClassName
{
border-color: #2F4702;
}
.TagClassName
{
border-color: #2F4702;
}
</style>