Shades of Turtle Green #2F4107
Tints of Turtle Green #2F4107
RGB
CMYK
RGB Variations
Color information
#2F4107 (or 0x2F4107) is known color: Turtle Green. HEX triplet: 2F, 41 and 07. RGB value is (47,65,7). Sum of RGB (Red+Green+Blue) = 47+65+7=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4107 is #D0BEF8. Grayscale: #353535. Windows color (decimal): -13680377 or 475439. OLE color: 475439.
HSL color Cylindrical-coordinate representation of color #2F4107: hue angle of 78.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F4107 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 7 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.75 |
| HSL | 78.62º | 0.81% | 0.14% | - |
| HSV(B) | 78.62º | 0.89% | 0.25% | - |
| XYZ | 3.1 | 4.4 | 0.89 | - |
| YUV | 53.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 7 | 0.28 | 0 | 0.89 | 0.75 | 78.62 | 0.81 | 0.14 |
| Hex | 2F | 41 | 7 | 1C | 0 | 59 | 4B | 4F | 51 | E |
| Octal | 57 | 101 | 7 | 34 | 0 | 131 | 113 | 117 | 121 | 16 |
| Binary | 101111 | 1000001 | 111 | 11100 | 0 | 1011001 | 1001011 | 1001111 | 1010001 | 1110 |
Color Harmonies of #2F4107
Complementary color
Monochromatic Colors of #2F4107
Black with #2F4107
Text Example
Text Example
White with #2F4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4107; }
p { color: rgb(47,65,7); }
H1.HeaderClassName
{
color: #2F4107;
}
.AnyTagClassName
{
color: #2F4107;
}
</style>
background-color css
<style>
a { background-color: #2F4107; }
a { background-color: rgb(47,65,7); }
div.DivClassName
{
background-color: #2F4107;
}
.BgClassName
{
background-color: #2F4107;
}
</style>
border-color css
<style>
span { border-color: #2F4107; }
span { border-color: rgb(47,65,7); }
td.TdClassName
{
border-color: #2F4107;
}
.TagClassName
{
border-color: #2F4107;
}
</style>