Shades of Turtle Green #2F400D
Tints of Turtle Green #2F400D
RGB
CMYK
RGB Variations
Color information
#2F400D (or 0x2F400D) is known color: Turtle Green. HEX triplet: 2F, 40 and 0D. RGB value is (47,64,13). Sum of RGB (Red+Green+Blue) = 47+64+13=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #2F400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F400D is #D0BFF2. Grayscale: #353535. Windows color (decimal): -13680627 or 868399. OLE color: 868399.
HSL color Cylindrical-coordinate representation of color #2F400D: hue angle of 80º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F400D is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 13 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.75 |
| HSL | 80º | 0.66% | 0.15% | - |
| HSV(B) | 80º | 0.8% | 0.25% | - |
| XYZ | 3.08 | 4.3 | 1.05 | - |
| YUV | 53.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 13 | 0.27 | 0 | 0.80 | 0.75 | 80 | 0.66 | 0.15 |
| Hex | 2F | 40 | D | 1B | 0 | 50 | 4B | 50 | 42 | F |
| Octal | 57 | 100 | 15 | 33 | 0 | 120 | 113 | 120 | 102 | 17 |
| Binary | 101111 | 1000000 | 1101 | 11011 | 0 | 1010000 | 1001011 | 1010000 | 1000010 | 1111 |
Color Harmonies of #2F400D
Complementary color
Monochromatic Colors of #2F400D
Black with #2F400D
Text Example
Text Example
White with #2F400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F400D; }
p { color: rgb(47,64,13); }
H1.HeaderClassName
{
color: #2F400D;
}
.AnyTagClassName
{
color: #2F400D;
}
</style>
background-color css
<style>
a { background-color: #2F400D; }
a { background-color: rgb(47,64,13); }
div.DivClassName
{
background-color: #2F400D;
}
.BgClassName
{
background-color: #2F400D;
}
</style>
border-color css
<style>
span { border-color: #2F400D; }
span { border-color: rgb(47,64,13); }
td.TdClassName
{
border-color: #2F400D;
}
.TagClassName
{
border-color: #2F400D;
}
</style>