Shades of Turtle Green #2F3713
Tints of Turtle Green #2F3713
RGB
CMYK
RGB Variations
Color information
#2F3713 (or 0x2F3713) is known color: Turtle Green. HEX triplet: 2F, 37 and 13. RGB value is (47,55,19). Sum of RGB (Red+Green+Blue) = 47+55+19=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3713 is #D0C8EC. Grayscale: #303030. Windows color (decimal): -13682925 or 1259311. OLE color: 1259311.
HSL color Cylindrical-coordinate representation of color #2F3713: hue angle of 73.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3713 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 19 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.78 |
| HSL | 73.33º | 0.49% | 0.15% | - |
| HSV(B) | 73.33º | 0.65% | 0.22% | - |
| XYZ | 2.66 | 3.38 | 1.13 | - |
| YUV | 48.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 19 | 0.15 | 0 | 0.65 | 0.78 | 73.33 | 0.49 | 0.15 |
| Hex | 2F | 37 | 13 | F | 0 | 41 | 4E | 49 | 31 | F |
| Octal | 57 | 67 | 23 | 17 | 0 | 101 | 116 | 111 | 61 | 17 |
| Binary | 101111 | 110111 | 10011 | 1111 | 0 | 1000001 | 1001110 | 1001001 | 110001 | 1111 |
Color Harmonies of #2F3713
Complementary color
Monochromatic Colors of #2F3713
Black with #2F3713
Text Example
Text Example
White with #2F3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3713; }
p { color: rgb(47,55,19); }
H1.HeaderClassName
{
color: #2F3713;
}
.AnyTagClassName
{
color: #2F3713;
}
</style>
background-color css
<style>
a { background-color: #2F3713; }
a { background-color: rgb(47,55,19); }
div.DivClassName
{
background-color: #2F3713;
}
.BgClassName
{
background-color: #2F3713;
}
</style>
border-color css
<style>
span { border-color: #2F3713; }
span { border-color: rgb(47,55,19); }
td.TdClassName
{
border-color: #2F3713;
}
.TagClassName
{
border-color: #2F3713;
}
</style>