Shades of Turtle Green #2F340D
Tints of Turtle Green #2F340D
RGB
CMYK
RGB Variations
Color information
#2F340D (or 0x2F340D) is known color: Turtle Green. HEX triplet: 2F, 34 and 0D. RGB value is (47,52,13). Sum of RGB (Red+Green+Blue) = 47+52+13=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #2F340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F340D is #D0CBF2. Grayscale: #2E2E2E. Windows color (decimal): -13683699 or 865327. OLE color: 865327.
HSL color Cylindrical-coordinate representation of color #2F340D: hue angle of 67.69º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F340D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 13 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.80 |
| HSL | 67.69º | 0.6% | 0.13% | - |
| HSV(B) | 67.69º | 0.75% | 0.2% | - |
| XYZ | 2.47 | 3.09 | 0.85 | - |
| YUV | 46.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 13 | 0.10 | 0 | 0.75 | 0.80 | 67.69 | 0.6 | 0.13 |
| Hex | 2F | 34 | D | A | 0 | 4B | 50 | 44 | 3C | D |
| Octal | 57 | 64 | 15 | 12 | 0 | 113 | 120 | 104 | 74 | 15 |
| Binary | 101111 | 110100 | 1101 | 1010 | 0 | 1001011 | 1010000 | 1000100 | 111100 | 1101 |
Color Harmonies of #2F340D
Complementary color
Monochromatic Colors of #2F340D
Black with #2F340D
Text Example
Text Example
White with #2F340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F340D; }
p { color: rgb(47,52,13); }
H1.HeaderClassName
{
color: #2F340D;
}
.AnyTagClassName
{
color: #2F340D;
}
</style>
background-color css
<style>
a { background-color: #2F340D; }
a { background-color: rgb(47,52,13); }
div.DivClassName
{
background-color: #2F340D;
}
.BgClassName
{
background-color: #2F340D;
}
</style>
border-color css
<style>
span { border-color: #2F340D; }
span { border-color: rgb(47,52,13); }
td.TdClassName
{
border-color: #2F340D;
}
.TagClassName
{
border-color: #2F340D;
}
</style>