Shades of Turtle Green #2F460D
Tints of Turtle Green #2F460D
RGB
CMYK
RGB Variations
Color information
#2F460D (or 0x2F460D) is known color: Turtle Green. HEX triplet: 2F, 46 and 0D. RGB value is (47,70,13). Sum of RGB (Red+Green+Blue) = 47+70+13=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #2F460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F460D is #D0B9F2. Grayscale: #383838. Windows color (decimal): -13679091 or 869935. OLE color: 869935.
HSL color Cylindrical-coordinate representation of color #2F460D: hue angle of 84.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F460D is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 13 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.73 |
| HSL | 84.21º | 0.69% | 0.16% | - |
| HSV(B) | 84.21º | 0.81% | 0.27% | - |
| XYZ | 3.44 | 5.01 | 1.17 | - |
| YUV | 56.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 13 | 0.33 | 0 | 0.81 | 0.73 | 84.21 | 0.69 | 0.16 |
| Hex | 2F | 46 | D | 21 | 0 | 51 | 49 | 54 | 45 | 10 |
| Octal | 57 | 106 | 15 | 41 | 0 | 121 | 111 | 124 | 105 | 20 |
| Binary | 101111 | 1000110 | 1101 | 100001 | 0 | 1010001 | 1001001 | 1010100 | 1000101 | 10000 |
Color Harmonies of #2F460D
Complementary color
Monochromatic Colors of #2F460D
Black with #2F460D
Text Example
Text Example
White with #2F460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F460D; }
p { color: rgb(47,70,13); }
H1.HeaderClassName
{
color: #2F460D;
}
.AnyTagClassName
{
color: #2F460D;
}
</style>
background-color css
<style>
a { background-color: #2F460D; }
a { background-color: rgb(47,70,13); }
div.DivClassName
{
background-color: #2F460D;
}
.BgClassName
{
background-color: #2F460D;
}
</style>
border-color css
<style>
span { border-color: #2F460D; }
span { border-color: rgb(47,70,13); }
td.TdClassName
{
border-color: #2F460D;
}
.TagClassName
{
border-color: #2F460D;
}
</style>