Shades of Turtle Green #2F3910
Tints of Turtle Green #2F3910
RGB
CMYK
RGB Variations
Color information
#2F3910 (or 0x2F3910) is known color: Turtle Green. HEX triplet: 2F, 39 and 10. RGB value is (47,57,16). Sum of RGB (Red+Green+Blue) = 47+57+16=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3910 is #D0C6EF. Grayscale: #313131. Windows color (decimal): -13682416 or 1063215. OLE color: 1063215.
HSL color Cylindrical-coordinate representation of color #2F3910: hue angle of 74.63º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F3910 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 16 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.78 |
| HSL | 74.63º | 0.56% | 0.14% | - |
| HSV(B) | 74.63º | 0.72% | 0.22% | - |
| XYZ | 2.73 | 3.57 | 1.04 | - |
| YUV | 49.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 16 | 0.18 | 0 | 0.72 | 0.78 | 74.63 | 0.56 | 0.14 |
| Hex | 2F | 39 | 10 | 12 | 0 | 48 | 4E | 4B | 38 | E |
| Octal | 57 | 71 | 20 | 22 | 0 | 110 | 116 | 113 | 70 | 16 |
| Binary | 101111 | 111001 | 10000 | 10010 | 0 | 1001000 | 1001110 | 1001011 | 111000 | 1110 |
Color Harmonies of #2F3910
Complementary color
Monochromatic Colors of #2F3910
Black with #2F3910
Text Example
Text Example
White with #2F3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3910; }
p { color: rgb(47,57,16); }
H1.HeaderClassName
{
color: #2F3910;
}
.AnyTagClassName
{
color: #2F3910;
}
</style>
background-color css
<style>
a { background-color: #2F3910; }
a { background-color: rgb(47,57,16); }
div.DivClassName
{
background-color: #2F3910;
}
.BgClassName
{
background-color: #2F3910;
}
</style>
border-color css
<style>
span { border-color: #2F3910; }
span { border-color: rgb(47,57,16); }
td.TdClassName
{
border-color: #2F3910;
}
.TagClassName
{
border-color: #2F3910;
}
</style>