Shades of Turtle Green #2F4904
Tints of Turtle Green #2F4904
RGB
CMYK
RGB Variations
Color information
#2F4904 (or 0x2F4904) is known color: Turtle Green. HEX triplet: 2F, 49 and 04. RGB value is (47,73,4). Sum of RGB (Red+Green+Blue) = 47+73+4=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4904 is #D0B6FB. Grayscale: #393939. Windows color (decimal): -13678332 or 280879. OLE color: 280879.
HSL color Cylindrical-coordinate representation of color #2F4904: hue angle of 82.61º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F4904 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 73 | 4 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.71 |
| HSL | 82.61º | 0.9% | 0.15% | - |
| HSV(B) | 82.61º | 0.95% | 0.29% | - |
| XYZ | 3.58 | 5.38 | 0.96 | - |
| YUV | 57.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 4 | 0.36 | 0 | 0.95 | 0.71 | 82.61 | 0.9 | 0.15 |
| Hex | 2F | 49 | 4 | 24 | 0 | 5F | 47 | 53 | 5A | F |
| Octal | 57 | 111 | 4 | 44 | 0 | 137 | 107 | 123 | 132 | 17 |
| Binary | 101111 | 1001001 | 100 | 100100 | 0 | 1011111 | 1000111 | 1010011 | 1011010 | 1111 |
Color Harmonies of #2F4904
Complementary color
Monochromatic Colors of #2F4904
Black with #2F4904
Text Example
Text Example
White with #2F4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4904; }
p { color: rgb(47,73,4); }
H1.HeaderClassName
{
color: #2F4904;
}
.AnyTagClassName
{
color: #2F4904;
}
</style>
background-color css
<style>
a { background-color: #2F4904; }
a { background-color: rgb(47,73,4); }
div.DivClassName
{
background-color: #2F4904;
}
.BgClassName
{
background-color: #2F4904;
}
</style>
border-color css
<style>
span { border-color: #2F4904; }
span { border-color: rgb(47,73,4); }
td.TdClassName
{
border-color: #2F4904;
}
.TagClassName
{
border-color: #2F4904;
}
</style>