Shades of Turtle Green #2B410C
Tints of Turtle Green #2B410C
RGB
CMYK
RGB Variations
Color information
#2B410C (or 0x2B410C) is known color: Turtle Green. HEX triplet: 2B, 41 and 0C. RGB value is (43,65,12). Sum of RGB (Red+Green+Blue) = 43+65+12=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410C is #D4BEF3. Grayscale: #343434. Windows color (decimal): -13942516 or 803115. OLE color: 803115.
HSL color Cylindrical-coordinate representation of color #2B410C: hue angle of 84.91º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B410C is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 12 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.75 |
| HSL | 84.91º | 0.69% | 0.15% | - |
| HSV(B) | 84.91º | 0.82% | 0.25% | - |
| XYZ | 2.95 | 4.32 | 1.03 | - |
| YUV | 52.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 12 | 0.34 | 0 | 0.82 | 0.75 | 84.91 | 0.69 | 0.15 |
| Hex | 2B | 41 | C | 22 | 0 | 52 | 4B | 55 | 45 | F |
| Octal | 53 | 101 | 14 | 42 | 0 | 122 | 113 | 125 | 105 | 17 |
| Binary | 101011 | 1000001 | 1100 | 100010 | 0 | 1010010 | 1001011 | 1010101 | 1000101 | 1111 |
Color Harmonies of #2B410C
Complementary color
Monochromatic Colors of #2B410C
Black with #2B410C
Text Example
Text Example
White with #2B410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B410C; }
p { color: rgb(43,65,12); }
H1.HeaderClassName
{
color: #2B410C;
}
.AnyTagClassName
{
color: #2B410C;
}
</style>
background-color css
<style>
a { background-color: #2B410C; }
a { background-color: rgb(43,65,12); }
div.DivClassName
{
background-color: #2B410C;
}
.BgClassName
{
background-color: #2B410C;
}
</style>
border-color css
<style>
span { border-color: #2B410C; }
span { border-color: rgb(43,65,12); }
td.TdClassName
{
border-color: #2B410C;
}
.TagClassName
{
border-color: #2B410C;
}
</style>