Shades of Turtle Green #2B3415
Tints of Turtle Green #2B3415
RGB
CMYK
RGB Variations
Color information
#2B3415 (or 0x2B3415) is known color: Turtle Green. HEX triplet: 2B, 34 and 15. RGB value is (43,52,21). Sum of RGB (Red+Green+Blue) = 43+52+21=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3415 is #D4CBEA. Grayscale: #2D2D2D. Windows color (decimal): -13945835 or 1389611. OLE color: 1389611.
HSL color Cylindrical-coordinate representation of color #2B3415: hue angle of 77.42º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B3415 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 21 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.80 |
| HSL | 77.42º | 0.42% | 0.14% | - |
| HSV(B) | 77.42º | 0.6% | 0.2% | - |
| XYZ | 2.36 | 3.02 | 1.17 | - |
| YUV | 45.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 21 | 0.17 | 0 | 0.60 | 0.80 | 77.42 | 0.42 | 0.14 |
| Hex | 2B | 34 | 15 | 11 | 0 | 3C | 50 | 4D | 2A | E |
| Octal | 53 | 64 | 25 | 21 | 0 | 74 | 120 | 115 | 52 | 16 |
| Binary | 101011 | 110100 | 10101 | 10001 | 0 | 111100 | 1010000 | 1001101 | 101010 | 1110 |
Color Harmonies of #2B3415
Complementary color
Monochromatic Colors of #2B3415
Black with #2B3415
Text Example
Text Example
White with #2B3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3415; }
p { color: rgb(43,52,21); }
H1.HeaderClassName
{
color: #2B3415;
}
.AnyTagClassName
{
color: #2B3415;
}
</style>
background-color css
<style>
a { background-color: #2B3415; }
a { background-color: rgb(43,52,21); }
div.DivClassName
{
background-color: #2B3415;
}
.BgClassName
{
background-color: #2B3415;
}
</style>
border-color css
<style>
span { border-color: #2B3415; }
span { border-color: rgb(43,52,21); }
td.TdClassName
{
border-color: #2B3415;
}
.TagClassName
{
border-color: #2B3415;
}
</style>