Shades of Turtle Green #2B4610
Tints of Turtle Green #2B4610
RGB
CMYK
RGB Variations
Color information
#2B4610 (or 0x2B4610) is known color: Turtle Green. HEX triplet: 2B, 46 and 10. RGB value is (43,70,16). Sum of RGB (Red+Green+Blue) = 43+70+16=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4610 is #D4B9EF. Grayscale: #373737. Windows color (decimal): -13941232 or 1066539. OLE color: 1066539.
HSL color Cylindrical-coordinate representation of color #2B4610: hue angle of 90º degrees, saturation: 0.63, 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 #2B4610 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 16 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.73 |
| HSL | 90º | 0.63% | 0.17% | - |
| HSV(B) | 90º | 0.77% | 0.27% | - |
| XYZ | 3.28 | 4.93 | 1.27 | - |
| YUV | 55.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 16 | 0.39 | 0 | 0.77 | 0.73 | 90 | 0.63 | 0.17 |
| Hex | 2B | 46 | 10 | 27 | 0 | 4D | 49 | 5A | 3F | 11 |
| Octal | 53 | 106 | 20 | 47 | 0 | 115 | 111 | 132 | 77 | 21 |
| Binary | 101011 | 1000110 | 10000 | 100111 | 0 | 1001101 | 1001001 | 1011010 | 111111 | 10001 |
Color Harmonies of #2B4610
Complementary color
Monochromatic Colors of #2B4610
Black with #2B4610
Text Example
Text Example
White with #2B4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4610; }
p { color: rgb(43,70,16); }
H1.HeaderClassName
{
color: #2B4610;
}
.AnyTagClassName
{
color: #2B4610;
}
</style>
background-color css
<style>
a { background-color: #2B4610; }
a { background-color: rgb(43,70,16); }
div.DivClassName
{
background-color: #2B4610;
}
.BgClassName
{
background-color: #2B4610;
}
</style>
border-color css
<style>
span { border-color: #2B4610; }
span { border-color: rgb(43,70,16); }
td.TdClassName
{
border-color: #2B4610;
}
.TagClassName
{
border-color: #2B4610;
}
</style>