Shades of Turtle Green #2F4608
Tints of Turtle Green #2F4608
RGB
CMYK
RGB Variations
Color information
#2F4608 (or 0x2F4608) is known color: Turtle Green. HEX triplet: 2F, 46 and 08. RGB value is (47,70,8). Sum of RGB (Red+Green+Blue) = 47+70+8=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4608 is #D0B9F7. Grayscale: #383838. Windows color (decimal): -13679096 or 542255. OLE color: 542255.
HSL color Cylindrical-coordinate representation of color #2F4608: hue angle of 82.26º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F4608 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 8 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.73 |
| HSL | 82.26º | 0.79% | 0.15% | - |
| HSV(B) | 82.26º | 0.89% | 0.27% | - |
| XYZ | 3.41 | 5 | 1.02 | - |
| YUV | 56.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 8 | 0.33 | 0 | 0.89 | 0.73 | 82.26 | 0.79 | 0.15 |
| Hex | 2F | 46 | 8 | 21 | 0 | 59 | 49 | 52 | 4F | F |
| Octal | 57 | 106 | 10 | 41 | 0 | 131 | 111 | 122 | 117 | 17 |
| Binary | 101111 | 1000110 | 1000 | 100001 | 0 | 1011001 | 1001001 | 1010010 | 1001111 | 1111 |
Color Harmonies of #2F4608
Complementary color
Monochromatic Colors of #2F4608
Black with #2F4608
Text Example
Text Example
White with #2F4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4608; }
p { color: rgb(47,70,8); }
H1.HeaderClassName
{
color: #2F4608;
}
.AnyTagClassName
{
color: #2F4608;
}
</style>
background-color css
<style>
a { background-color: #2F4608; }
a { background-color: rgb(47,70,8); }
div.DivClassName
{
background-color: #2F4608;
}
.BgClassName
{
background-color: #2F4608;
}
</style>
border-color css
<style>
span { border-color: #2F4608; }
span { border-color: rgb(47,70,8); }
td.TdClassName
{
border-color: #2F4608;
}
.TagClassName
{
border-color: #2F4608;
}
</style>