Shades of Turtle Green #2F4016
Tints of Turtle Green #2F4016
RGB
CMYK
RGB Variations
Color information
#2F4016 (or 0x2F4016) is known color: Turtle Green. HEX triplet: 2F, 40 and 16. RGB value is (47,64,22). Sum of RGB (Red+Green+Blue) = 47+64+22=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4016 is #D0BFE9. Grayscale: #363636. Windows color (decimal): -13680618 or 1458223. OLE color: 1458223.
HSL color Cylindrical-coordinate representation of color #2F4016: hue angle of 84.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F4016 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 22 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.75 |
| HSL | 84.29º | 0.49% | 0.17% | - |
| HSV(B) | 84.29º | 0.66% | 0.25% | - |
| XYZ | 3.15 | 4.33 | 1.43 | - |
| YUV | 54.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 22 | 0.27 | 0 | 0.66 | 0.75 | 84.29 | 0.49 | 0.17 |
| Hex | 2F | 40 | 16 | 1B | 0 | 42 | 4B | 54 | 31 | 11 |
| Octal | 57 | 100 | 26 | 33 | 0 | 102 | 113 | 124 | 61 | 21 |
| Binary | 101111 | 1000000 | 10110 | 11011 | 0 | 1000010 | 1001011 | 1010100 | 110001 | 10001 |
Color Harmonies of #2F4016
Complementary color
Monochromatic Colors of #2F4016
Black with #2F4016
Text Example
Text Example
White with #2F4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4016; }
p { color: rgb(47,64,22); }
H1.HeaderClassName
{
color: #2F4016;
}
.AnyTagClassName
{
color: #2F4016;
}
</style>
background-color css
<style>
a { background-color: #2F4016; }
a { background-color: rgb(47,64,22); }
div.DivClassName
{
background-color: #2F4016;
}
.BgClassName
{
background-color: #2F4016;
}
</style>
border-color css
<style>
span { border-color: #2F4016; }
span { border-color: rgb(47,64,22); }
td.TdClassName
{
border-color: #2F4016;
}
.TagClassName
{
border-color: #2F4016;
}
</style>