Shades of Turtle Green #2B410B
Tints of Turtle Green #2B410B
RGB
CMYK
RGB Variations
Color information
#2B410B (or 0x2B410B) is known color: Turtle Green. HEX triplet: 2B, 41 and 0B. RGB value is (43,65,11). Sum of RGB (Red+Green+Blue) = 43+65+11=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410B is #D4BEF4. Grayscale: #343434. Windows color (decimal): -13942517 or 737579. OLE color: 737579.
HSL color Cylindrical-coordinate representation of color #2B410B: hue angle of 84.44º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B410B is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 11 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.75 |
| HSL | 84.44º | 0.71% | 0.15% | - |
| HSV(B) | 84.44º | 0.83% | 0.25% | - |
| XYZ | 2.95 | 4.32 | 0.99 | - |
| YUV | 52.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 11 | 0.34 | 0 | 0.83 | 0.75 | 84.44 | 0.71 | 0.15 |
| Hex | 2B | 41 | B | 22 | 0 | 53 | 4B | 54 | 47 | F |
| Octal | 53 | 101 | 13 | 42 | 0 | 123 | 113 | 124 | 107 | 17 |
| Binary | 101011 | 1000001 | 1011 | 100010 | 0 | 1010011 | 1001011 | 1010100 | 1000111 | 1111 |
Color Harmonies of #2B410B
Complementary color
Monochromatic Colors of #2B410B
Black with #2B410B
Text Example
Text Example
White with #2B410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B410B; }
p { color: rgb(43,65,11); }
H1.HeaderClassName
{
color: #2B410B;
}
.AnyTagClassName
{
color: #2B410B;
}
</style>
background-color css
<style>
a { background-color: #2B410B; }
a { background-color: rgb(43,65,11); }
div.DivClassName
{
background-color: #2B410B;
}
.BgClassName
{
background-color: #2B410B;
}
</style>
border-color css
<style>
span { border-color: #2B410B; }
span { border-color: rgb(43,65,11); }
td.TdClassName
{
border-color: #2B410B;
}
.TagClassName
{
border-color: #2B410B;
}
</style>