Shades of Turtle Green #2B4311
Tints of Turtle Green #2B4311
RGB
CMYK
RGB Variations
Color information
#2B4311 (or 0x2B4311) is known color: Turtle Green. HEX triplet: 2B, 43 and 11. RGB value is (43,67,17). Sum of RGB (Red+Green+Blue) = 43+67+17=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4311 is #D4BCEE. Grayscale: #363636. Windows color (decimal): -13941999 or 1131307. OLE color: 1131307.
HSL color Cylindrical-coordinate representation of color #2B4311: hue angle of 88.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4311 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 17 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.74 |
| HSL | 88.8º | 0.6% | 0.16% | - |
| HSV(B) | 88.8º | 0.75% | 0.26% | - |
| XYZ | 3.1 | 4.57 | 1.25 | - |
| YUV | 54.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 17 | 0.36 | 0 | 0.75 | 0.74 | 88.8 | 0.6 | 0.16 |
| Hex | 2B | 43 | 11 | 24 | 0 | 4B | 4A | 59 | 3C | 10 |
| Octal | 53 | 103 | 21 | 44 | 0 | 113 | 112 | 131 | 74 | 20 |
| Binary | 101011 | 1000011 | 10001 | 100100 | 0 | 1001011 | 1001010 | 1011001 | 111100 | 10000 |
Color Harmonies of #2B4311
Complementary color
Monochromatic Colors of #2B4311
Black with #2B4311
Text Example
Text Example
White with #2B4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4311; }
p { color: rgb(43,67,17); }
H1.HeaderClassName
{
color: #2B4311;
}
.AnyTagClassName
{
color: #2B4311;
}
</style>
background-color css
<style>
a { background-color: #2B4311; }
a { background-color: rgb(43,67,17); }
div.DivClassName
{
background-color: #2B4311;
}
.BgClassName
{
background-color: #2B4311;
}
</style>
border-color css
<style>
span { border-color: #2B4311; }
span { border-color: rgb(43,67,17); }
td.TdClassName
{
border-color: #2B4311;
}
.TagClassName
{
border-color: #2B4311;
}
</style>