Shades of Turtle Green #2F3A19
Tints of Turtle Green #2F3A19
RGB
CMYK
RGB Variations
Color information
#2F3A19 (or 0x2F3A19) is known color: Turtle Green. HEX triplet: 2F, 3A and 19. RGB value is (47,58,25). Sum of RGB (Red+Green+Blue) = 47+58+25=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3A19 is #D0C5E6. Grayscale: #333333. Windows color (decimal): -13682151 or 1653295. OLE color: 1653295.
HSL color Cylindrical-coordinate representation of color #2F3A19: hue angle of 80º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F3A19 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 25 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.77 |
| HSL | 80º | 0.4% | 0.16% | - |
| HSV(B) | 80º | 0.57% | 0.23% | - |
| XYZ | 2.86 | 3.7 | 1.48 | - |
| YUV | 50.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 25 | 0.19 | 0 | 0.57 | 0.77 | 80 | 0.4 | 0.16 |
| Hex | 2F | 3A | 19 | 13 | 0 | 39 | 4D | 50 | 28 | 10 |
| Octal | 57 | 72 | 31 | 23 | 0 | 71 | 115 | 120 | 50 | 20 |
| Binary | 101111 | 111010 | 11001 | 10011 | 0 | 111001 | 1001101 | 1010000 | 101000 | 10000 |
Color Harmonies of #2F3A19
Complementary color
Monochromatic Colors of #2F3A19
Black with #2F3A19
Text Example
Text Example
White with #2F3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A19; }
p { color: rgb(47,58,25); }
H1.HeaderClassName
{
color: #2F3A19;
}
.AnyTagClassName
{
color: #2F3A19;
}
</style>
background-color css
<style>
a { background-color: #2F3A19; }
a { background-color: rgb(47,58,25); }
div.DivClassName
{
background-color: #2F3A19;
}
.BgClassName
{
background-color: #2F3A19;
}
</style>
border-color css
<style>
span { border-color: #2F3A19; }
span { border-color: rgb(47,58,25); }
td.TdClassName
{
border-color: #2F3A19;
}
.TagClassName
{
border-color: #2F3A19;
}
</style>