Shades of Turtle Green #2F3715
Tints of Turtle Green #2F3715
RGB
CMYK
RGB Variations
Color information
#2F3715 (or 0x2F3715) is known color: Turtle Green. HEX triplet: 2F, 37 and 15. RGB value is (47,55,21). Sum of RGB (Red+Green+Blue) = 47+55+21=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3715 is #D0C8EA. Grayscale: #303030. Windows color (decimal): -13682923 or 1390383. OLE color: 1390383.
HSL color Cylindrical-coordinate representation of color #2F3715: hue angle of 74.12º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F3715 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 21 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.78 |
| HSL | 74.12º | 0.45% | 0.15% | - |
| HSV(B) | 74.12º | 0.62% | 0.22% | - |
| XYZ | 2.67 | 3.39 | 1.22 | - |
| YUV | 48.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 21 | 0.15 | 0 | 0.62 | 0.78 | 74.12 | 0.45 | 0.15 |
| Hex | 2F | 37 | 15 | F | 0 | 3E | 4E | 4A | 2D | F |
| Octal | 57 | 67 | 25 | 17 | 0 | 76 | 116 | 112 | 55 | 17 |
| Binary | 101111 | 110111 | 10101 | 1111 | 0 | 111110 | 1001110 | 1001010 | 101101 | 1111 |
Color Harmonies of #2F3715
Complementary color
Monochromatic Colors of #2F3715
Black with #2F3715
Text Example
Text Example
White with #2F3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3715; }
p { color: rgb(47,55,21); }
H1.HeaderClassName
{
color: #2F3715;
}
.AnyTagClassName
{
color: #2F3715;
}
</style>
background-color css
<style>
a { background-color: #2F3715; }
a { background-color: rgb(47,55,21); }
div.DivClassName
{
background-color: #2F3715;
}
.BgClassName
{
background-color: #2F3715;
}
</style>
border-color css
<style>
span { border-color: #2F3715; }
span { border-color: rgb(47,55,21); }
td.TdClassName
{
border-color: #2F3715;
}
.TagClassName
{
border-color: #2F3715;
}
</style>