Shades of Turtle Green #2F4600
Tints of Turtle Green #2F4600
RGB
CMYK
RGB Variations
Color information
#2F4600 (or 0x2F4600) is known color: Turtle Green. HEX triplet: 2F, 46 and 00. RGB value is (47,70,0). Sum of RGB (Red+Green+Blue) = 47+70+0=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4600 is #D0B9FF. Grayscale: #373737. Windows color (decimal): -13679104 or 17967. OLE color: 17967.
HSL color Cylindrical-coordinate representation of color #2F4600: hue angle of 79.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F4600 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.73 |
| HSL | 79.71º | 1% | 0.14% | - |
| HSV(B) | 79.71º | 1% | 0.27% | - |
| XYZ | 3.36 | 4.98 | 0.78 | - |
| YUV | 55.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 0 | 0.33 | 0 | 1 | 0.73 | 79.71 | 1 | 0.14 |
| Hex | 2F | 46 | 0 | 21 | 0 | 64 | 49 | 50 | 64 | E |
| Octal | 57 | 106 | 0 | 41 | 0 | 144 | 111 | 120 | 144 | 16 |
| Binary | 101111 | 1000110 | 0 | 100001 | 0 | 1100100 | 1001001 | 1010000 | 1100100 | 1110 |
Color Harmonies of #2F4600
Complementary color
Monochromatic Colors of #2F4600
Black with #2F4600
Text Example
Text Example
White with #2F4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4600; }
p { color: rgb(47,70,0); }
H1.HeaderClassName
{
color: #2F4600;
}
.AnyTagClassName
{
color: #2F4600;
}
</style>
background-color css
<style>
a { background-color: #2F4600; }
a { background-color: rgb(47,70,0); }
div.DivClassName
{
background-color: #2F4600;
}
.BgClassName
{
background-color: #2F4600;
}
</style>
border-color css
<style>
span { border-color: #2F4600; }
span { border-color: rgb(47,70,0); }
td.TdClassName
{
border-color: #2F4600;
}
.TagClassName
{
border-color: #2F4600;
}
</style>