Shades of Turtle Green #2F3C0D
Tints of Turtle Green #2F3C0D
RGB
CMYK
RGB Variations
Color information
#2F3C0D (or 0x2F3C0D) is known color: Turtle Green. HEX triplet: 2F, 3C and 0D. RGB value is (47,60,13). Sum of RGB (Red+Green+Blue) = 47+60+13=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C0D is #D0C3F2. Grayscale: #323232. Windows color (decimal): -13681651 or 867375. OLE color: 867375.
HSL color Cylindrical-coordinate representation of color #2F3C0D: hue angle of 76.6º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F3C0D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 13 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.76 |
| HSL | 76.6º | 0.64% | 0.14% | - |
| HSV(B) | 76.6º | 0.78% | 0.24% | - |
| XYZ | 2.86 | 3.87 | 0.98 | - |
| YUV | 50.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 13 | 0.22 | 0 | 0.78 | 0.76 | 76.6 | 0.64 | 0.14 |
| Hex | 2F | 3C | D | 16 | 0 | 4E | 4C | 4D | 40 | E |
| Octal | 57 | 74 | 15 | 26 | 0 | 116 | 114 | 115 | 100 | 16 |
| Binary | 101111 | 111100 | 1101 | 10110 | 0 | 1001110 | 1001100 | 1001101 | 1000000 | 1110 |
Color Harmonies of #2F3C0D
Complementary color
Monochromatic Colors of #2F3C0D
Black with #2F3C0D
Text Example
Text Example
White with #2F3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C0D; }
p { color: rgb(47,60,13); }
H1.HeaderClassName
{
color: #2F3C0D;
}
.AnyTagClassName
{
color: #2F3C0D;
}
</style>
background-color css
<style>
a { background-color: #2F3C0D; }
a { background-color: rgb(47,60,13); }
div.DivClassName
{
background-color: #2F3C0D;
}
.BgClassName
{
background-color: #2F3C0D;
}
</style>
border-color css
<style>
span { border-color: #2F3C0D; }
span { border-color: rgb(47,60,13); }
td.TdClassName
{
border-color: #2F3C0D;
}
.TagClassName
{
border-color: #2F3C0D;
}
</style>