Shades of Turtle Green #2F3513
Tints of Turtle Green #2F3513
RGB
CMYK
RGB Variations
Color information
#2F3513 (or 0x2F3513) is known color: Turtle Green. HEX triplet: 2F, 35 and 13. RGB value is (47,53,19). Sum of RGB (Red+Green+Blue) = 47+53+19=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #2F3513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3513 is #D0CAEC. Grayscale: #2F2F2F. Windows color (decimal): -13683437 or 1258799. OLE color: 1258799.
HSL color Cylindrical-coordinate representation of color #2F3513: hue angle of 70.59º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3513 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 19 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.79 |
| HSL | 70.59º | 0.47% | 0.14% | - |
| HSV(B) | 70.59º | 0.64% | 0.21% | - |
| XYZ | 2.56 | 3.2 | 1.1 | - |
| YUV | 47.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 19 | 0.11 | 0 | 0.64 | 0.79 | 70.59 | 0.47 | 0.14 |
| Hex | 2F | 35 | 13 | B | 0 | 40 | 4F | 47 | 2F | E |
| Octal | 57 | 65 | 23 | 13 | 0 | 100 | 117 | 107 | 57 | 16 |
| Binary | 101111 | 110101 | 10011 | 1011 | 0 | 1000000 | 1001111 | 1000111 | 101111 | 1110 |
Color Harmonies of #2F3513
Complementary color
Monochromatic Colors of #2F3513
Black with #2F3513
Text Example
Text Example
White with #2F3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3513; }
p { color: rgb(47,53,19); }
H1.HeaderClassName
{
color: #2F3513;
}
.AnyTagClassName
{
color: #2F3513;
}
</style>
background-color css
<style>
a { background-color: #2F3513; }
a { background-color: rgb(47,53,19); }
div.DivClassName
{
background-color: #2F3513;
}
.BgClassName
{
background-color: #2F3513;
}
</style>
border-color css
<style>
span { border-color: #2F3513; }
span { border-color: rgb(47,53,19); }
td.TdClassName
{
border-color: #2F3513;
}
.TagClassName
{
border-color: #2F3513;
}
</style>