Shades of Turtle Green #2B3213
Tints of Turtle Green #2B3213
RGB
CMYK
RGB Variations
Color information
#2B3213 (or 0x2B3213) is known color: Turtle Green. HEX triplet: 2B, 32 and 13. RGB value is (43,50,19). Sum of RGB (Red+Green+Blue) = 43+50+19=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3213 is #D4CDEC. Grayscale: #2C2C2C. Windows color (decimal): -13946349 or 1258027. OLE color: 1258027.
HSL color Cylindrical-coordinate representation of color #2B3213: hue angle of 73.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3213 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 19 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.80 |
| HSL | 73.55º | 0.45% | 0.14% | - |
| HSV(B) | 73.55º | 0.62% | 0.2% | - |
| XYZ | 2.25 | 2.84 | 1.05 | - |
| YUV | 44.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 19 | 0.14 | 0 | 0.62 | 0.80 | 73.55 | 0.45 | 0.14 |
| Hex | 2B | 32 | 13 | E | 0 | 3E | 50 | 4A | 2D | E |
| Octal | 53 | 62 | 23 | 16 | 0 | 76 | 120 | 112 | 55 | 16 |
| Binary | 101011 | 110010 | 10011 | 1110 | 0 | 111110 | 1010000 | 1001010 | 101101 | 1110 |
Color Harmonies of #2B3213
Complementary color
Monochromatic Colors of #2B3213
Black with #2B3213
Text Example
Text Example
White with #2B3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3213; }
p { color: rgb(43,50,19); }
H1.HeaderClassName
{
color: #2B3213;
}
.AnyTagClassName
{
color: #2B3213;
}
</style>
background-color css
<style>
a { background-color: #2B3213; }
a { background-color: rgb(43,50,19); }
div.DivClassName
{
background-color: #2B3213;
}
.BgClassName
{
background-color: #2B3213;
}
</style>
border-color css
<style>
span { border-color: #2B3213; }
span { border-color: rgb(43,50,19); }
td.TdClassName
{
border-color: #2B3213;
}
.TagClassName
{
border-color: #2B3213;
}
</style>