Shades of Turtle Green #2B4112
Tints of Turtle Green #2B4112
RGB
CMYK
RGB Variations
Color information
#2B4112 (or 0x2B4112) is known color: Turtle Green. HEX triplet: 2B, 41 and 12. RGB value is (43,65,18). Sum of RGB (Red+Green+Blue) = 43+65+18=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4112 is #D4BEED. Grayscale: #353535. Windows color (decimal): -13942510 or 1196331. OLE color: 1196331.
HSL color Cylindrical-coordinate representation of color #2B4112: hue angle of 88.09º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4112 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 18 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.75 |
| HSL | 88.09º | 0.57% | 0.16% | - |
| HSV(B) | 88.09º | 0.72% | 0.25% | - |
| XYZ | 3 | 4.34 | 1.25 | - |
| YUV | 53.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 18 | 0.34 | 0 | 0.72 | 0.75 | 88.09 | 0.57 | 0.16 |
| Hex | 2B | 41 | 12 | 22 | 0 | 48 | 4B | 58 | 39 | 10 |
| Octal | 53 | 101 | 22 | 42 | 0 | 110 | 113 | 130 | 71 | 20 |
| Binary | 101011 | 1000001 | 10010 | 100010 | 0 | 1001000 | 1001011 | 1011000 | 111001 | 10000 |
Color Harmonies of #2B4112
Complementary color
Monochromatic Colors of #2B4112
Black with #2B4112
Text Example
Text Example
White with #2B4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4112; }
p { color: rgb(43,65,18); }
H1.HeaderClassName
{
color: #2B4112;
}
.AnyTagClassName
{
color: #2B4112;
}
</style>
background-color css
<style>
a { background-color: #2B4112; }
a { background-color: rgb(43,65,18); }
div.DivClassName
{
background-color: #2B4112;
}
.BgClassName
{
background-color: #2B4112;
}
</style>
border-color css
<style>
span { border-color: #2B4112; }
span { border-color: rgb(43,65,18); }
td.TdClassName
{
border-color: #2B4112;
}
.TagClassName
{
border-color: #2B4112;
}
</style>