Shades of Turtle Green #2F4117
Tints of Turtle Green #2F4117
RGB
CMYK
RGB Variations
Color information
#2F4117 (or 0x2F4117) is known color: Turtle Green. HEX triplet: 2F, 41 and 17. RGB value is (47,65,23). Sum of RGB (Red+Green+Blue) = 47+65+23=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4117 is #D0BEE8. Grayscale: #363636. Windows color (decimal): -13680361 or 1524015. OLE color: 1524015.
HSL color Cylindrical-coordinate representation of color #2F4117: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4117 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 23 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.75 |
| HSL | 85.71º | 0.48% | 0.17% | - |
| HSV(B) | 85.71º | 0.65% | 0.25% | - |
| XYZ | 3.22 | 4.45 | 1.5 | - |
| YUV | 54.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 23 | 0.28 | 0 | 0.65 | 0.75 | 85.71 | 0.48 | 0.17 |
| Hex | 2F | 41 | 17 | 1C | 0 | 41 | 4B | 56 | 30 | 11 |
| Octal | 57 | 101 | 27 | 34 | 0 | 101 | 113 | 126 | 60 | 21 |
| Binary | 101111 | 1000001 | 10111 | 11100 | 0 | 1000001 | 1001011 | 1010110 | 110000 | 10001 |
Color Harmonies of #2F4117
Complementary color
Monochromatic Colors of #2F4117
Black with #2F4117
Text Example
Text Example
White with #2F4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4117; }
p { color: rgb(47,65,23); }
H1.HeaderClassName
{
color: #2F4117;
}
.AnyTagClassName
{
color: #2F4117;
}
</style>
background-color css
<style>
a { background-color: #2F4117; }
a { background-color: rgb(47,65,23); }
div.DivClassName
{
background-color: #2F4117;
}
.BgClassName
{
background-color: #2F4117;
}
</style>
border-color css
<style>
span { border-color: #2F4117; }
span { border-color: rgb(47,65,23); }
td.TdClassName
{
border-color: #2F4117;
}
.TagClassName
{
border-color: #2F4117;
}
</style>