Shades of Turtle Green #2B4510
Tints of Turtle Green #2B4510
RGB
CMYK
RGB Variations
Color information
#2B4510 (or 0x2B4510) is known color: Turtle Green. HEX triplet: 2B, 45 and 10. RGB value is (43,69,16). Sum of RGB (Red+Green+Blue) = 43+69+16=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4510 is #D4BAEF. Grayscale: #373737. Windows color (decimal): -13941488 or 1066283. OLE color: 1066283.
HSL color Cylindrical-coordinate representation of color #2B4510: hue angle of 89.43º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4510 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 69 | 16 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.73 |
| HSL | 89.43º | 0.62% | 0.17% | - |
| HSV(B) | 89.43º | 0.77% | 0.27% | - |
| XYZ | 3.22 | 4.81 | 1.25 | - |
| YUV | 55.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 16 | 0.38 | 0 | 0.77 | 0.73 | 89.43 | 0.62 | 0.17 |
| Hex | 2B | 45 | 10 | 26 | 0 | 4D | 49 | 59 | 3E | 11 |
| Octal | 53 | 105 | 20 | 46 | 0 | 115 | 111 | 131 | 76 | 21 |
| Binary | 101011 | 1000101 | 10000 | 100110 | 0 | 1001101 | 1001001 | 1011001 | 111110 | 10001 |
Color Harmonies of #2B4510
Complementary color
Monochromatic Colors of #2B4510
Black with #2B4510
Text Example
Text Example
White with #2B4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4510; }
p { color: rgb(43,69,16); }
H1.HeaderClassName
{
color: #2B4510;
}
.AnyTagClassName
{
color: #2B4510;
}
</style>
background-color css
<style>
a { background-color: #2B4510; }
a { background-color: rgb(43,69,16); }
div.DivClassName
{
background-color: #2B4510;
}
.BgClassName
{
background-color: #2B4510;
}
</style>
border-color css
<style>
span { border-color: #2B4510; }
span { border-color: rgb(43,69,16); }
td.TdClassName
{
border-color: #2B4510;
}
.TagClassName
{
border-color: #2B4510;
}
</style>