Shades of Turtle Green #2F4D0C
Tints of Turtle Green #2F4D0C
RGB
CMYK
RGB Variations
Color information
#2F4D0C (or 0x2F4D0C) is known color: Turtle Green. HEX triplet: 2F, 4D and 0C. RGB value is (47,77,12). Sum of RGB (Red+Green+Blue) = 47+77+12=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4D0C is #D0B2F3. Grayscale: #3C3C3C. Windows color (decimal): -13677300 or 806191. OLE color: 806191.
HSL color Cylindrical-coordinate representation of color #2F4D0C: hue angle of 87.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F4D0C is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 77 | 12 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.70 |
| HSL | 87.69º | 0.73% | 0.17% | - |
| HSV(B) | 87.69º | 0.84% | 0.3% | - |
| XYZ | 3.89 | 5.94 | 1.29 | - |
| YUV | 60.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 12 | 0.39 | 0 | 0.84 | 0.70 | 87.69 | 0.73 | 0.17 |
| Hex | 2F | 4D | C | 27 | 0 | 54 | 46 | 58 | 49 | 11 |
| Octal | 57 | 115 | 14 | 47 | 0 | 124 | 106 | 130 | 111 | 21 |
| Binary | 101111 | 1001101 | 1100 | 100111 | 0 | 1010100 | 1000110 | 1011000 | 1001001 | 10001 |
Color Harmonies of #2F4D0C
Complementary color
Monochromatic Colors of #2F4D0C
Black with #2F4D0C
Text Example
Text Example
White with #2F4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D0C; }
p { color: rgb(47,77,12); }
H1.HeaderClassName
{
color: #2F4D0C;
}
.AnyTagClassName
{
color: #2F4D0C;
}
</style>
background-color css
<style>
a { background-color: #2F4D0C; }
a { background-color: rgb(47,77,12); }
div.DivClassName
{
background-color: #2F4D0C;
}
.BgClassName
{
background-color: #2F4D0C;
}
</style>
border-color css
<style>
span { border-color: #2F4D0C; }
span { border-color: rgb(47,77,12); }
td.TdClassName
{
border-color: #2F4D0C;
}
.TagClassName
{
border-color: #2F4D0C;
}
</style>