Shades of Turtle Green #2F4714
Tints of Turtle Green #2F4714
RGB
CMYK
RGB Variations
Color information
#2F4714 (or 0x2F4714) is known color: Turtle Green. HEX triplet: 2F, 47 and 14. RGB value is (47,71,20). Sum of RGB (Red+Green+Blue) = 47+71+20=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4714 is #D0B8EB. Grayscale: #3A3A3A. Windows color (decimal): -13678828 or 1328943. OLE color: 1328943.
HSL color Cylindrical-coordinate representation of color #2F4714: hue angle of 88.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F4714 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 20 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.72 |
| HSL | 88.24º | 0.56% | 0.18% | - |
| HSV(B) | 88.24º | 0.72% | 0.28% | - |
| XYZ | 3.55 | 5.16 | 1.47 | - |
| YUV | 58.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 20 | 0.34 | 0 | 0.72 | 0.72 | 88.24 | 0.56 | 0.18 |
| Hex | 2F | 47 | 14 | 22 | 0 | 48 | 48 | 58 | 38 | 12 |
| Octal | 57 | 107 | 24 | 42 | 0 | 110 | 110 | 130 | 70 | 22 |
| Binary | 101111 | 1000111 | 10100 | 100010 | 0 | 1001000 | 1001000 | 1011000 | 111000 | 10010 |
Color Harmonies of #2F4714
Complementary color
Monochromatic Colors of #2F4714
Black with #2F4714
Text Example
Text Example
White with #2F4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4714; }
p { color: rgb(47,71,20); }
H1.HeaderClassName
{
color: #2F4714;
}
.AnyTagClassName
{
color: #2F4714;
}
</style>
background-color css
<style>
a { background-color: #2F4714; }
a { background-color: rgb(47,71,20); }
div.DivClassName
{
background-color: #2F4714;
}
.BgClassName
{
background-color: #2F4714;
}
</style>
border-color css
<style>
span { border-color: #2F4714; }
span { border-color: rgb(47,71,20); }
td.TdClassName
{
border-color: #2F4714;
}
.TagClassName
{
border-color: #2F4714;
}
</style>