Shades of Turtle Green #2B410A
Tints of Turtle Green #2B410A
RGB
CMYK
RGB Variations
Color information
#2B410A (or 0x2B410A) is known color: Turtle Green. HEX triplet: 2B, 41 and 0A. RGB value is (43,65,10). Sum of RGB (Red+Green+Blue) = 43+65+10=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410A is #D4BEF5. Grayscale: #343434. Windows color (decimal): -13942518 or 672043. OLE color: 672043.
HSL color Cylindrical-coordinate representation of color #2B410A: hue angle of 84º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B410A is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 10 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.75 |
| HSL | 84º | 0.73% | 0.15% | - |
| HSV(B) | 84º | 0.85% | 0.25% | - |
| XYZ | 2.94 | 4.32 | 0.97 | - |
| YUV | 52.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 10 | 0.34 | 0 | 0.85 | 0.75 | 84 | 0.73 | 0.15 |
| Hex | 2B | 41 | A | 22 | 0 | 55 | 4B | 54 | 49 | F |
| Octal | 53 | 101 | 12 | 42 | 0 | 125 | 113 | 124 | 111 | 17 |
| Binary | 101011 | 1000001 | 1010 | 100010 | 0 | 1010101 | 1001011 | 1010100 | 1001001 | 1111 |
Color Harmonies of #2B410A
Complementary color
Monochromatic Colors of #2B410A
Black with #2B410A
Text Example
Text Example
White with #2B410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B410A; }
p { color: rgb(43,65,10); }
H1.HeaderClassName
{
color: #2B410A;
}
.AnyTagClassName
{
color: #2B410A;
}
</style>
background-color css
<style>
a { background-color: #2B410A; }
a { background-color: rgb(43,65,10); }
div.DivClassName
{
background-color: #2B410A;
}
.BgClassName
{
background-color: #2B410A;
}
</style>
border-color css
<style>
span { border-color: #2B410A; }
span { border-color: rgb(43,65,10); }
td.TdClassName
{
border-color: #2B410A;
}
.TagClassName
{
border-color: #2B410A;
}
</style>