Shades of Turtle Green #2B410F
Tints of Turtle Green #2B410F
RGB
CMYK
RGB Variations
Color information
#2B410F (or 0x2B410F) is known color: Turtle Green. HEX triplet: 2B, 41 and 0F. RGB value is (43,65,15). Sum of RGB (Red+Green+Blue) = 43+65+15=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410F is #D4BEF0. Grayscale: #343434. Windows color (decimal): -13942513 or 999723. OLE color: 999723.
HSL color Cylindrical-coordinate representation of color #2B410F: hue angle of 86.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B410F is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 15 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.75 |
| HSL | 86.4º | 0.63% | 0.16% | - |
| HSV(B) | 86.4º | 0.77% | 0.25% | - |
| XYZ | 2.97 | 4.33 | 1.13 | - |
| YUV | 52.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 15 | 0.34 | 0 | 0.77 | 0.75 | 86.4 | 0.63 | 0.16 |
| Hex | 2B | 41 | F | 22 | 0 | 4D | 4B | 56 | 3E | 10 |
| Octal | 53 | 101 | 17 | 42 | 0 | 115 | 113 | 126 | 76 | 20 |
| Binary | 101011 | 1000001 | 1111 | 100010 | 0 | 1001101 | 1001011 | 1010110 | 111110 | 10000 |
Color Harmonies of #2B410F
Complementary color
Monochromatic Colors of #2B410F
Black with #2B410F
Text Example
Text Example
White with #2B410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B410F; }
p { color: rgb(43,65,15); }
H1.HeaderClassName
{
color: #2B410F;
}
.AnyTagClassName
{
color: #2B410F;
}
</style>
background-color css
<style>
a { background-color: #2B410F; }
a { background-color: rgb(43,65,15); }
div.DivClassName
{
background-color: #2B410F;
}
.BgClassName
{
background-color: #2B410F;
}
</style>
border-color css
<style>
span { border-color: #2B410F; }
span { border-color: rgb(43,65,15); }
td.TdClassName
{
border-color: #2B410F;
}
.TagClassName
{
border-color: #2B410F;
}
</style>