Shades of Turtle Green #2B3412
Tints of Turtle Green #2B3412
RGB
CMYK
RGB Variations
Color information
#2B3412 (or 0x2B3412) is known color: Turtle Green. HEX triplet: 2B, 34 and 12. RGB value is (43,52,18). Sum of RGB (Red+Green+Blue) = 43+52+18=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3412 is #D4CBED. Grayscale: #2D2D2D. Windows color (decimal): -13945838 or 1193003. OLE color: 1193003.
HSL color Cylindrical-coordinate representation of color #2B3412: hue angle of 75.88º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B3412 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 18 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.80 |
| HSL | 75.88º | 0.49% | 0.14% | - |
| HSV(B) | 75.88º | 0.65% | 0.2% | - |
| XYZ | 2.33 | 3.01 | 1.03 | - |
| YUV | 45.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 18 | 0.17 | 0 | 0.65 | 0.80 | 75.88 | 0.49 | 0.14 |
| Hex | 2B | 34 | 12 | 11 | 0 | 41 | 50 | 4C | 31 | E |
| Octal | 53 | 64 | 22 | 21 | 0 | 101 | 120 | 114 | 61 | 16 |
| Binary | 101011 | 110100 | 10010 | 10001 | 0 | 1000001 | 1010000 | 1001100 | 110001 | 1110 |
Color Harmonies of #2B3412
Complementary color
Monochromatic Colors of #2B3412
Black with #2B3412
Text Example
Text Example
White with #2B3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3412; }
p { color: rgb(43,52,18); }
H1.HeaderClassName
{
color: #2B3412;
}
.AnyTagClassName
{
color: #2B3412;
}
</style>
background-color css
<style>
a { background-color: #2B3412; }
a { background-color: rgb(43,52,18); }
div.DivClassName
{
background-color: #2B3412;
}
.BgClassName
{
background-color: #2B3412;
}
</style>
border-color css
<style>
span { border-color: #2B3412; }
span { border-color: rgb(43,52,18); }
td.TdClassName
{
border-color: #2B3412;
}
.TagClassName
{
border-color: #2B3412;
}
</style>