Shades of Turtle Green #2B4110
Tints of Turtle Green #2B4110
RGB
CMYK
RGB Variations
Color information
#2B4110 (or 0x2B4110) is known color: Turtle Green. HEX triplet: 2B, 41 and 10. RGB value is (43,65,16). Sum of RGB (Red+Green+Blue) = 43+65+16=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4110 is #D4BEEF. Grayscale: #353535. Windows color (decimal): -13942512 or 1065259. OLE color: 1065259.
HSL color Cylindrical-coordinate representation of color #2B4110: hue angle of 86.94º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4110 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 16 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.75 |
| HSL | 86.94º | 0.6% | 0.16% | - |
| HSV(B) | 86.94º | 0.75% | 0.25% | - |
| XYZ | 2.98 | 4.33 | 1.17 | - |
| YUV | 52.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 16 | 0.34 | 0 | 0.75 | 0.75 | 86.94 | 0.6 | 0.16 |
| Hex | 2B | 41 | 10 | 22 | 0 | 4B | 4B | 57 | 3C | 10 |
| Octal | 53 | 101 | 20 | 42 | 0 | 113 | 113 | 127 | 74 | 20 |
| Binary | 101011 | 1000001 | 10000 | 100010 | 0 | 1001011 | 1001011 | 1010111 | 111100 | 10000 |
Color Harmonies of #2B4110
Complementary color
Monochromatic Colors of #2B4110
Black with #2B4110
Text Example
Text Example
White with #2B4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4110; }
p { color: rgb(43,65,16); }
H1.HeaderClassName
{
color: #2B4110;
}
.AnyTagClassName
{
color: #2B4110;
}
</style>
background-color css
<style>
a { background-color: #2B4110; }
a { background-color: rgb(43,65,16); }
div.DivClassName
{
background-color: #2B4110;
}
.BgClassName
{
background-color: #2B4110;
}
</style>
border-color css
<style>
span { border-color: #2B4110; }
span { border-color: rgb(43,65,16); }
td.TdClassName
{
border-color: #2B4110;
}
.TagClassName
{
border-color: #2B4110;
}
</style>