Shades of Turtle Green #2F4D04
Tints of Turtle Green #2F4D04
RGB
CMYK
RGB Variations
Color information
#2F4D04 (or 0x2F4D04) is known color: Turtle Green. HEX triplet: 2F, 4D and 04. RGB value is (47,77,4). Sum of RGB (Red+Green+Blue) = 47+77+4=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4D04 is #D0B2FB. Grayscale: #3B3B3B. Windows color (decimal): -13677308 or 281903. OLE color: 281903.
HSL color Cylindrical-coordinate representation of color #2F4D04: hue angle of 84.66º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F4D04 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 77 | 4 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.70 |
| HSL | 84.66º | 0.9% | 0.16% | - |
| HSV(B) | 84.66º | 0.95% | 0.3% | - |
| XYZ | 3.85 | 5.92 | 1.05 | - |
| YUV | 59.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 4 | 0.39 | 0 | 0.95 | 0.70 | 84.66 | 0.9 | 0.16 |
| Hex | 2F | 4D | 4 | 27 | 0 | 5F | 46 | 55 | 5A | 10 |
| Octal | 57 | 115 | 4 | 47 | 0 | 137 | 106 | 125 | 132 | 20 |
| Binary | 101111 | 1001101 | 100 | 100111 | 0 | 1011111 | 1000110 | 1010101 | 1011010 | 10000 |
Color Harmonies of #2F4D04
Complementary color
Monochromatic Colors of #2F4D04
Black with #2F4D04
Text Example
Text Example
White with #2F4D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D04; }
p { color: rgb(47,77,4); }
H1.HeaderClassName
{
color: #2F4D04;
}
.AnyTagClassName
{
color: #2F4D04;
}
</style>
background-color css
<style>
a { background-color: #2F4D04; }
a { background-color: rgb(47,77,4); }
div.DivClassName
{
background-color: #2F4D04;
}
.BgClassName
{
background-color: #2F4D04;
}
</style>
border-color css
<style>
span { border-color: #2F4D04; }
span { border-color: rgb(47,77,4); }
td.TdClassName
{
border-color: #2F4D04;
}
.TagClassName
{
border-color: #2F4D04;
}
</style>