Shades of Turtle Green #2B4408
Tints of Turtle Green #2B4408
RGB
CMYK
RGB Variations
Color information
#2B4408 (or 0x2B4408) is known color: Turtle Green. HEX triplet: 2B, 44 and 08. RGB value is (43,68,8). Sum of RGB (Red+Green+Blue) = 43+68+8=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4408 is #D4BBF7. Grayscale: #353535. Windows color (decimal): -13941752 or 541739. OLE color: 541739.
HSL color Cylindrical-coordinate representation of color #2B4408: hue angle of 85º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B4408 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 68 | 8 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.73 |
| HSL | 85º | 0.79% | 0.15% | - |
| HSV(B) | 85º | 0.88% | 0.27% | - |
| XYZ | 3.11 | 4.67 | 0.97 | - |
| YUV | 53.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 8 | 0.37 | 0 | 0.88 | 0.73 | 85 | 0.79 | 0.15 |
| Hex | 2B | 44 | 8 | 25 | 0 | 58 | 49 | 55 | 4F | F |
| Octal | 53 | 104 | 10 | 45 | 0 | 130 | 111 | 125 | 117 | 17 |
| Binary | 101011 | 1000100 | 1000 | 100101 | 0 | 1011000 | 1001001 | 1010101 | 1001111 | 1111 |
Color Harmonies of #2B4408
Complementary color
Monochromatic Colors of #2B4408
Black with #2B4408
Text Example
Text Example
White with #2B4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4408; }
p { color: rgb(43,68,8); }
H1.HeaderClassName
{
color: #2B4408;
}
.AnyTagClassName
{
color: #2B4408;
}
</style>
background-color css
<style>
a { background-color: #2B4408; }
a { background-color: rgb(43,68,8); }
div.DivClassName
{
background-color: #2B4408;
}
.BgClassName
{
background-color: #2B4408;
}
</style>
border-color css
<style>
span { border-color: #2B4408; }
span { border-color: rgb(43,68,8); }
td.TdClassName
{
border-color: #2B4408;
}
.TagClassName
{
border-color: #2B4408;
}
</style>