Shades of Turtle Green #2B3408
Tints of Turtle Green #2B3408
RGB
CMYK
RGB Variations
Color information
#2B3408 (or 0x2B3408) is known color: Turtle Green. HEX triplet: 2B, 34 and 08. RGB value is (43,52,8). Sum of RGB (Red+Green+Blue) = 43+52+8=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3408 is #D4CBF7. Grayscale: #2C2C2C. Windows color (decimal): -13945848 or 537643. OLE color: 537643.
HSL color Cylindrical-coordinate representation of color #2B3408: hue angle of 72.27º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B3408 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 8 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.80 |
| HSL | 72.27º | 0.73% | 0.12% | - |
| HSV(B) | 72.27º | 0.85% | 0.2% | - |
| XYZ | 2.27 | 2.99 | 0.69 | - |
| YUV | 44.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 8 | 0.17 | 0 | 0.85 | 0.80 | 72.27 | 0.73 | 0.12 |
| Hex | 2B | 34 | 8 | 11 | 0 | 55 | 50 | 48 | 49 | C |
| Octal | 53 | 64 | 10 | 21 | 0 | 125 | 120 | 110 | 111 | 14 |
| Binary | 101011 | 110100 | 1000 | 10001 | 0 | 1010101 | 1010000 | 1001000 | 1001001 | 1100 |
Color Harmonies of #2B3408
Complementary color
Monochromatic Colors of #2B3408
Black with #2B3408
Text Example
Text Example
White with #2B3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3408; }
p { color: rgb(43,52,8); }
H1.HeaderClassName
{
color: #2B3408;
}
.AnyTagClassName
{
color: #2B3408;
}
</style>
background-color css
<style>
a { background-color: #2B3408; }
a { background-color: rgb(43,52,8); }
div.DivClassName
{
background-color: #2B3408;
}
.BgClassName
{
background-color: #2B3408;
}
</style>
border-color css
<style>
span { border-color: #2B3408; }
span { border-color: rgb(43,52,8); }
td.TdClassName
{
border-color: #2B3408;
}
.TagClassName
{
border-color: #2B3408;
}
</style>