Shades of Turtle Green #2F4113
Tints of Turtle Green #2F4113
RGB
CMYK
RGB Variations
Color information
#2F4113 (or 0x2F4113) is known color: Turtle Green. HEX triplet: 2F, 41 and 13. RGB value is (47,65,19). Sum of RGB (Red+Green+Blue) = 47+65+19=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4113 is #D0BEEC. Grayscale: #363636. Windows color (decimal): -13680365 or 1261871. OLE color: 1261871.
HSL color Cylindrical-coordinate representation of color #2F4113: hue angle of 83.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4113 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 19 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.75 |
| HSL | 83.48º | 0.55% | 0.16% | - |
| HSV(B) | 83.48º | 0.71% | 0.25% | - |
| XYZ | 3.18 | 4.43 | 1.3 | - |
| YUV | 54.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 19 | 0.28 | 0 | 0.71 | 0.75 | 83.48 | 0.55 | 0.16 |
| Hex | 2F | 41 | 13 | 1C | 0 | 47 | 4B | 53 | 37 | 10 |
| Octal | 57 | 101 | 23 | 34 | 0 | 107 | 113 | 123 | 67 | 20 |
| Binary | 101111 | 1000001 | 10011 | 11100 | 0 | 1000111 | 1001011 | 1010011 | 110111 | 10000 |
Color Harmonies of #2F4113
Complementary color
Monochromatic Colors of #2F4113
Black with #2F4113
Text Example
Text Example
White with #2F4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4113; }
p { color: rgb(47,65,19); }
H1.HeaderClassName
{
color: #2F4113;
}
.AnyTagClassName
{
color: #2F4113;
}
</style>
background-color css
<style>
a { background-color: #2F4113; }
a { background-color: rgb(47,65,19); }
div.DivClassName
{
background-color: #2F4113;
}
.BgClassName
{
background-color: #2F4113;
}
</style>
border-color css
<style>
span { border-color: #2F4113; }
span { border-color: rgb(47,65,19); }
td.TdClassName
{
border-color: #2F4113;
}
.TagClassName
{
border-color: #2F4113;
}
</style>