Shades of Turtle Green #2F440B
Tints of Turtle Green #2F440B
RGB
CMYK
RGB Variations
Color information
#2F440B (or 0x2F440B) is known color: Turtle Green. HEX triplet: 2F, 44 and 0B. RGB value is (47,68,11). Sum of RGB (Red+Green+Blue) = 47+68+11=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #2F440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F440B is #D0BBF4. Grayscale: #373737. Windows color (decimal): -13679605 or 738351. OLE color: 738351.
HSL color Cylindrical-coordinate representation of color #2F440B: hue angle of 82.11º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F440B is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 11 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.73 |
| HSL | 82.11º | 0.72% | 0.15% | - |
| HSV(B) | 82.11º | 0.84% | 0.27% | - |
| XYZ | 3.3 | 4.76 | 1.06 | - |
| YUV | 55.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 11 | 0.31 | 0 | 0.84 | 0.73 | 82.11 | 0.72 | 0.15 |
| Hex | 2F | 44 | B | 1F | 0 | 54 | 49 | 52 | 48 | F |
| Octal | 57 | 104 | 13 | 37 | 0 | 124 | 111 | 122 | 110 | 17 |
| Binary | 101111 | 1000100 | 1011 | 11111 | 0 | 1010100 | 1001001 | 1010010 | 1001000 | 1111 |
Color Harmonies of #2F440B
Complementary color
Monochromatic Colors of #2F440B
Black with #2F440B
Text Example
Text Example
White with #2F440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F440B; }
p { color: rgb(47,68,11); }
H1.HeaderClassName
{
color: #2F440B;
}
.AnyTagClassName
{
color: #2F440B;
}
</style>
background-color css
<style>
a { background-color: #2F440B; }
a { background-color: rgb(47,68,11); }
div.DivClassName
{
background-color: #2F440B;
}
.BgClassName
{
background-color: #2F440B;
}
</style>
border-color css
<style>
span { border-color: #2F440B; }
span { border-color: rgb(47,68,11); }
td.TdClassName
{
border-color: #2F440B;
}
.TagClassName
{
border-color: #2F440B;
}
</style>