Shades of Turtle Green #2B3811
Tints of Turtle Green #2B3811
RGB
CMYK
RGB Variations
Color information
#2B3811 (or 0x2B3811) is known color: Turtle Green. HEX triplet: 2B, 38 and 11. RGB value is (43,56,17). Sum of RGB (Red+Green+Blue) = 43+56+17=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3811 is #D4C7EE. Grayscale: #2F2F2F. Windows color (decimal): -13944815 or 1128491. OLE color: 1128491.
HSL color Cylindrical-coordinate representation of color #2B3811: hue angle of 80º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3811 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 17 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.78 |
| HSL | 80º | 0.53% | 0.14% | - |
| HSV(B) | 80º | 0.7% | 0.22% | - |
| XYZ | 2.51 | 3.38 | 1.05 | - |
| YUV | 47.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 17 | 0.23 | 0 | 0.70 | 0.78 | 80 | 0.53 | 0.14 |
| Hex | 2B | 38 | 11 | 17 | 0 | 46 | 4E | 50 | 35 | E |
| Octal | 53 | 70 | 21 | 27 | 0 | 106 | 116 | 120 | 65 | 16 |
| Binary | 101011 | 111000 | 10001 | 10111 | 0 | 1000110 | 1001110 | 1010000 | 110101 | 1110 |
Color Harmonies of #2B3811
Complementary color
Monochromatic Colors of #2B3811
Black with #2B3811
Text Example
Text Example
White with #2B3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3811; }
p { color: rgb(43,56,17); }
H1.HeaderClassName
{
color: #2B3811;
}
.AnyTagClassName
{
color: #2B3811;
}
</style>
background-color css
<style>
a { background-color: #2B3811; }
a { background-color: rgb(43,56,17); }
div.DivClassName
{
background-color: #2B3811;
}
.BgClassName
{
background-color: #2B3811;
}
</style>
border-color css
<style>
span { border-color: #2B3811; }
span { border-color: rgb(43,56,17); }
td.TdClassName
{
border-color: #2B3811;
}
.TagClassName
{
border-color: #2B3811;
}
</style>