Shades of Turtle Green #2B3210
Tints of Turtle Green #2B3210
RGB
CMYK
RGB Variations
Color information
#2B3210 (or 0x2B3210) is known color: Turtle Green. HEX triplet: 2B, 32 and 10. RGB value is (43,50,16). Sum of RGB (Red+Green+Blue) = 43+50+16=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3210 is #D4CDEF. Grayscale: #2C2C2C. Windows color (decimal): -13946352 or 1061419. OLE color: 1061419.
HSL color Cylindrical-coordinate representation of color #2B3210: hue angle of 72.35º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B3210 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 16 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.80 |
| HSL | 72.35º | 0.52% | 0.13% | - |
| HSV(B) | 72.35º | 0.68% | 0.2% | - |
| XYZ | 2.23 | 2.83 | 0.92 | - |
| YUV | 44.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 16 | 0.14 | 0 | 0.68 | 0.80 | 72.35 | 0.52 | 0.13 |
| Hex | 2B | 32 | 10 | E | 0 | 44 | 50 | 48 | 34 | D |
| Octal | 53 | 62 | 20 | 16 | 0 | 104 | 120 | 110 | 64 | 15 |
| Binary | 101011 | 110010 | 10000 | 1110 | 0 | 1000100 | 1010000 | 1001000 | 110100 | 1101 |
Color Harmonies of #2B3210
Complementary color
Monochromatic Colors of #2B3210
Black with #2B3210
Text Example
Text Example
White with #2B3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3210; }
p { color: rgb(43,50,16); }
H1.HeaderClassName
{
color: #2B3210;
}
.AnyTagClassName
{
color: #2B3210;
}
</style>
background-color css
<style>
a { background-color: #2B3210; }
a { background-color: rgb(43,50,16); }
div.DivClassName
{
background-color: #2B3210;
}
.BgClassName
{
background-color: #2B3210;
}
</style>
border-color css
<style>
span { border-color: #2B3210; }
span { border-color: rgb(43,50,16); }
td.TdClassName
{
border-color: #2B3210;
}
.TagClassName
{
border-color: #2B3210;
}
</style>