Shades of Turtle Green #2F4414
Tints of Turtle Green #2F4414
RGB
CMYK
RGB Variations
Color information
#2F4414 (or 0x2F4414) is known color: Turtle Green. HEX triplet: 2F, 44 and 14. RGB value is (47,68,20). Sum of RGB (Red+Green+Blue) = 47+68+20=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4414 is #D0BBEB. Grayscale: #383838. Windows color (decimal): -13679596 or 1328175. OLE color: 1328175.
HSL color Cylindrical-coordinate representation of color #2F4414: hue angle of 86.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4414 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 20 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.73 |
| HSL | 86.25º | 0.55% | 0.17% | - |
| HSV(B) | 86.25º | 0.71% | 0.27% | - |
| XYZ | 3.37 | 4.79 | 1.41 | - |
| YUV | 56.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 20 | 0.31 | 0 | 0.71 | 0.73 | 86.25 | 0.55 | 0.17 |
| Hex | 2F | 44 | 14 | 1F | 0 | 47 | 49 | 56 | 37 | 11 |
| Octal | 57 | 104 | 24 | 37 | 0 | 107 | 111 | 126 | 67 | 21 |
| Binary | 101111 | 1000100 | 10100 | 11111 | 0 | 1000111 | 1001001 | 1010110 | 110111 | 10001 |
Color Harmonies of #2F4414
Complementary color
Monochromatic Colors of #2F4414
Black with #2F4414
Text Example
Text Example
White with #2F4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4414; }
p { color: rgb(47,68,20); }
H1.HeaderClassName
{
color: #2F4414;
}
.AnyTagClassName
{
color: #2F4414;
}
</style>
background-color css
<style>
a { background-color: #2F4414; }
a { background-color: rgb(47,68,20); }
div.DivClassName
{
background-color: #2F4414;
}
.BgClassName
{
background-color: #2F4414;
}
</style>
border-color css
<style>
span { border-color: #2F4414; }
span { border-color: rgb(47,68,20); }
td.TdClassName
{
border-color: #2F4414;
}
.TagClassName
{
border-color: #2F4414;
}
</style>