Shades of Turtle Green #2F3C19
Tints of Turtle Green #2F3C19
RGB
CMYK
RGB Variations
Color information
#2F3C19 (or 0x2F3C19) is known color: Turtle Green. HEX triplet: 2F, 3C and 19. RGB value is (47,60,25). Sum of RGB (Red+Green+Blue) = 47+60+25=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C19 is #D0C3E6. Grayscale: #343434. Windows color (decimal): -13681639 or 1653807. OLE color: 1653807.
HSL color Cylindrical-coordinate representation of color #2F3C19: hue angle of 82.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F3C19 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 25 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.76 |
| HSL | 82.29º | 0.41% | 0.17% | - |
| HSV(B) | 82.29º | 0.58% | 0.24% | - |
| XYZ | 2.96 | 3.91 | 1.52 | - |
| YUV | 52.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 25 | 0.22 | 0 | 0.58 | 0.76 | 82.29 | 0.41 | 0.17 |
| Hex | 2F | 3C | 19 | 16 | 0 | 3A | 4C | 52 | 29 | 11 |
| Octal | 57 | 74 | 31 | 26 | 0 | 72 | 114 | 122 | 51 | 21 |
| Binary | 101111 | 111100 | 11001 | 10110 | 0 | 111010 | 1001100 | 1010010 | 101001 | 10001 |
Color Harmonies of #2F3C19
Complementary color
Monochromatic Colors of #2F3C19
Black with #2F3C19
Text Example
Text Example
White with #2F3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C19; }
p { color: rgb(47,60,25); }
H1.HeaderClassName
{
color: #2F3C19;
}
.AnyTagClassName
{
color: #2F3C19;
}
</style>
background-color css
<style>
a { background-color: #2F3C19; }
a { background-color: rgb(47,60,25); }
div.DivClassName
{
background-color: #2F3C19;
}
.BgClassName
{
background-color: #2F3C19;
}
</style>
border-color css
<style>
span { border-color: #2F3C19; }
span { border-color: rgb(47,60,25); }
td.TdClassName
{
border-color: #2F3C19;
}
.TagClassName
{
border-color: #2F3C19;
}
</style>