Shades of Turtle Green #2F440C
Tints of Turtle Green #2F440C
RGB
CMYK
RGB Variations
Color information
#2F440C (or 0x2F440C) is known color: Turtle Green. HEX triplet: 2F, 44 and 0C. RGB value is (47,68,12). Sum of RGB (Red+Green+Blue) = 47+68+12=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #2F440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F440C is #D0BBF3. Grayscale: #373737. Windows color (decimal): -13679604 or 803887. OLE color: 803887.
HSL color Cylindrical-coordinate representation of color #2F440C: hue angle of 82.5º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F440C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 12 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.73 |
| HSL | 82.5º | 0.7% | 0.16% | - |
| HSV(B) | 82.5º | 0.82% | 0.27% | - |
| XYZ | 3.31 | 4.77 | 1.09 | - |
| YUV | 55.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 12 | 0.31 | 0 | 0.82 | 0.73 | 82.5 | 0.7 | 0.16 |
| Hex | 2F | 44 | C | 1F | 0 | 52 | 49 | 52 | 46 | 10 |
| Octal | 57 | 104 | 14 | 37 | 0 | 122 | 111 | 122 | 106 | 20 |
| Binary | 101111 | 1000100 | 1100 | 11111 | 0 | 1010010 | 1001001 | 1010010 | 1000110 | 10000 |
Color Harmonies of #2F440C
Complementary color
Monochromatic Colors of #2F440C
Black with #2F440C
Text Example
Text Example
White with #2F440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F440C; }
p { color: rgb(47,68,12); }
H1.HeaderClassName
{
color: #2F440C;
}
.AnyTagClassName
{
color: #2F440C;
}
</style>
background-color css
<style>
a { background-color: #2F440C; }
a { background-color: rgb(47,68,12); }
div.DivClassName
{
background-color: #2F440C;
}
.BgClassName
{
background-color: #2F440C;
}
</style>
border-color css
<style>
span { border-color: #2F440C; }
span { border-color: rgb(47,68,12); }
td.TdClassName
{
border-color: #2F440C;
}
.TagClassName
{
border-color: #2F440C;
}
</style>