Shades of Turtle Green #2F520D
Tints of Turtle Green #2F520D
RGB
CMYK
RGB Variations
Color information
#2F520D (or 0x2F520D) is known color: Turtle Green. HEX triplet: 2F, 52 and 0D. RGB value is (47,82,13). Sum of RGB (Red+Green+Blue) = 47+82+13=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #2F520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F520D is #D0ADF2. Grayscale: #3F3F3F. Windows color (decimal): -13676019 or 873007. OLE color: 873007.
HSL color Cylindrical-coordinate representation of color #2F520D: hue angle of 90.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F520D is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 82 | 13 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.68 |
| HSL | 90.43º | 0.73% | 0.19% | - |
| HSV(B) | 90.43º | 0.84% | 0.32% | - |
| XYZ | 4.26 | 6.67 | 1.44 | - |
| YUV | 63.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 13 | 0.43 | 0 | 0.84 | 0.68 | 90.43 | 0.73 | 0.19 |
| Hex | 2F | 52 | D | 2B | 0 | 54 | 44 | 5A | 49 | 13 |
| Octal | 57 | 122 | 15 | 53 | 0 | 124 | 104 | 132 | 111 | 23 |
| Binary | 101111 | 1010010 | 1101 | 101011 | 0 | 1010100 | 1000100 | 1011010 | 1001001 | 10011 |
Color Harmonies of #2F520D
Complementary color
Monochromatic Colors of #2F520D
Black with #2F520D
Text Example
Text Example
White with #2F520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F520D; }
p { color: rgb(47,82,13); }
H1.HeaderClassName
{
color: #2F520D;
}
.AnyTagClassName
{
color: #2F520D;
}
</style>
background-color css
<style>
a { background-color: #2F520D; }
a { background-color: rgb(47,82,13); }
div.DivClassName
{
background-color: #2F520D;
}
.BgClassName
{
background-color: #2F520D;
}
</style>
border-color css
<style>
span { border-color: #2F520D; }
span { border-color: rgb(47,82,13); }
td.TdClassName
{
border-color: #2F520D;
}
.TagClassName
{
border-color: #2F520D;
}
</style>