Shades of Turtle Green #2F3A1C
Tints of Turtle Green #2F3A1C
RGB
CMYK
RGB Variations
Color information
#2F3A1C (or 0x2F3A1C) is known color: Turtle Green. HEX triplet: 2F, 3A and 1C. RGB value is (47,58,28). Sum of RGB (Red+Green+Blue) = 47+58+28=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A1C is #D0C5E3. Grayscale: #333333. Windows color (decimal): -13682148 or 1849903. OLE color: 1849903.
HSL color Cylindrical-coordinate representation of color #2F3A1C: hue angle of 82º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3A1C is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 28 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.77 |
| HSL | 82º | 0.35% | 0.17% | - |
| HSV(B) | 82º | 0.52% | 0.23% | - |
| XYZ | 2.89 | 3.71 | 1.66 | - |
| YUV | 51.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 28 | 0.19 | 0 | 0.52 | 0.77 | 82 | 0.35 | 0.17 |
| Hex | 2F | 3A | 1C | 13 | 0 | 34 | 4D | 52 | 23 | 11 |
| Octal | 57 | 72 | 34 | 23 | 0 | 64 | 115 | 122 | 43 | 21 |
| Binary | 101111 | 111010 | 11100 | 10011 | 0 | 110100 | 1001101 | 1010010 | 100011 | 10001 |
Color Harmonies of #2F3A1C
Complementary color
Monochromatic Colors of #2F3A1C
Black with #2F3A1C
Text Example
Text Example
White with #2F3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A1C; }
p { color: rgb(47,58,28); }
H1.HeaderClassName
{
color: #2F3A1C;
}
.AnyTagClassName
{
color: #2F3A1C;
}
</style>
background-color css
<style>
a { background-color: #2F3A1C; }
a { background-color: rgb(47,58,28); }
div.DivClassName
{
background-color: #2F3A1C;
}
.BgClassName
{
background-color: #2F3A1C;
}
</style>
border-color css
<style>
span { border-color: #2F3A1C; }
span { border-color: rgb(47,58,28); }
td.TdClassName
{
border-color: #2F3A1C;
}
.TagClassName
{
border-color: #2F3A1C;
}
</style>