Shades of Turtle Green #2F3519
Tints of Turtle Green #2F3519
RGB
CMYK
RGB Variations
Color information
#2F3519 (or 0x2F3519) is known color: Turtle Green. HEX triplet: 2F, 35 and 19. RGB value is (47,53,25). Sum of RGB (Red+Green+Blue) = 47+53+25=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2F3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3519 is #D0CAE6. Grayscale: #303030. Windows color (decimal): -13683431 or 1652015. OLE color: 1652015.
HSL color Cylindrical-coordinate representation of color #2F3519: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F3519 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 25 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.79 |
| HSL | 72.86º | 0.36% | 0.15% | - |
| HSV(B) | 72.86º | 0.53% | 0.21% | - |
| XYZ | 2.62 | 3.22 | 1.4 | - |
| YUV | 48.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 25 | 0.11 | 0 | 0.53 | 0.79 | 72.86 | 0.36 | 0.15 |
| Hex | 2F | 35 | 19 | B | 0 | 35 | 4F | 49 | 24 | F |
| Octal | 57 | 65 | 31 | 13 | 0 | 65 | 117 | 111 | 44 | 17 |
| Binary | 101111 | 110101 | 11001 | 1011 | 0 | 110101 | 1001111 | 1001001 | 100100 | 1111 |
Color Harmonies of #2F3519
Complementary color
Monochromatic Colors of #2F3519
Black with #2F3519
Text Example
Text Example
White with #2F3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3519; }
p { color: rgb(47,53,25); }
H1.HeaderClassName
{
color: #2F3519;
}
.AnyTagClassName
{
color: #2F3519;
}
</style>
background-color css
<style>
a { background-color: #2F3519; }
a { background-color: rgb(47,53,25); }
div.DivClassName
{
background-color: #2F3519;
}
.BgClassName
{
background-color: #2F3519;
}
</style>
border-color css
<style>
span { border-color: #2F3519; }
span { border-color: rgb(47,53,25); }
td.TdClassName
{
border-color: #2F3519;
}
.TagClassName
{
border-color: #2F3519;
}
</style>