Shades of Turtle Green #2F5204
Tints of Turtle Green #2F5204
RGB
CMYK
RGB Variations
Color information
#2F5204 (or 0x2F5204) is known color: Turtle Green. HEX triplet: 2F, 52 and 04. RGB value is (47,82,4). Sum of RGB (Red+Green+Blue) = 47+82+4=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5204 is #D0ADFB. Grayscale: #3E3E3E. Windows color (decimal): -13676028 or 283183. OLE color: 283183.
HSL color Cylindrical-coordinate representation of color #2F5204: hue angle of 86.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F5204 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 82 | 4 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.68 |
| HSL | 86.92º | 0.91% | 0.17% | - |
| HSV(B) | 86.92º | 0.95% | 0.32% | - |
| XYZ | 4.21 | 6.65 | 1.18 | - |
| YUV | 62.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 4 | 0.43 | 0 | 0.95 | 0.68 | 86.92 | 0.91 | 0.17 |
| Hex | 2F | 52 | 4 | 2B | 0 | 5F | 44 | 57 | 5B | 11 |
| Octal | 57 | 122 | 4 | 53 | 0 | 137 | 104 | 127 | 133 | 21 |
| Binary | 101111 | 1010010 | 100 | 101011 | 0 | 1011111 | 1000100 | 1010111 | 1011011 | 10001 |
Color Harmonies of #2F5204
Complementary color
Monochromatic Colors of #2F5204
Black with #2F5204
Text Example
Text Example
White with #2F5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5204; }
p { color: rgb(47,82,4); }
H1.HeaderClassName
{
color: #2F5204;
}
.AnyTagClassName
{
color: #2F5204;
}
</style>
background-color css
<style>
a { background-color: #2F5204; }
a { background-color: rgb(47,82,4); }
div.DivClassName
{
background-color: #2F5204;
}
.BgClassName
{
background-color: #2F5204;
}
</style>
border-color css
<style>
span { border-color: #2F5204; }
span { border-color: rgb(47,82,4); }
td.TdClassName
{
border-color: #2F5204;
}
.TagClassName
{
border-color: #2F5204;
}
</style>