Shades of Turtle Green #2F3A12
Tints of Turtle Green #2F3A12
RGB
CMYK
RGB Variations
Color information
#2F3A12 (or 0x2F3A12) is known color: Turtle Green. HEX triplet: 2F, 3A and 12. RGB value is (47,58,18). Sum of RGB (Red+Green+Blue) = 47+58+18=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3A12 is #D0C5ED. Grayscale: #323232. Windows color (decimal): -13682158 or 1194543. OLE color: 1194543.
HSL color Cylindrical-coordinate representation of color #2F3A12: hue angle of 76.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3A12 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 18 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.77 |
| HSL | 76.5º | 0.53% | 0.15% | - |
| HSV(B) | 76.5º | 0.69% | 0.23% | - |
| XYZ | 2.79 | 3.67 | 1.13 | - |
| YUV | 50.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 18 | 0.19 | 0 | 0.69 | 0.77 | 76.5 | 0.53 | 0.15 |
| Hex | 2F | 3A | 12 | 13 | 0 | 45 | 4D | 4C | 35 | F |
| Octal | 57 | 72 | 22 | 23 | 0 | 105 | 115 | 114 | 65 | 17 |
| Binary | 101111 | 111010 | 10010 | 10011 | 0 | 1000101 | 1001101 | 1001100 | 110101 | 1111 |
Color Harmonies of #2F3A12
Complementary color
Monochromatic Colors of #2F3A12
Black with #2F3A12
Text Example
Text Example
White with #2F3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A12; }
p { color: rgb(47,58,18); }
H1.HeaderClassName
{
color: #2F3A12;
}
.AnyTagClassName
{
color: #2F3A12;
}
</style>
background-color css
<style>
a { background-color: #2F3A12; }
a { background-color: rgb(47,58,18); }
div.DivClassName
{
background-color: #2F3A12;
}
.BgClassName
{
background-color: #2F3A12;
}
</style>
border-color css
<style>
span { border-color: #2F3A12; }
span { border-color: rgb(47,58,18); }
td.TdClassName
{
border-color: #2F3A12;
}
.TagClassName
{
border-color: #2F3A12;
}
</style>