Shades of Turtle Green #2B3708
Tints of Turtle Green #2B3708
RGB
CMYK
RGB Variations
Color information
#2B3708 (or 0x2B3708) is known color: Turtle Green. HEX triplet: 2B, 37 and 08. RGB value is (43,55,8). Sum of RGB (Red+Green+Blue) = 43+55+8=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3708 is #D4C8F7. Grayscale: #2E2E2E. Windows color (decimal): -13945080 or 538411. OLE color: 538411.
HSL color Cylindrical-coordinate representation of color #2B3708: hue angle of 75.32º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B3708 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 8 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.78 |
| HSL | 75.32º | 0.75% | 0.12% | - |
| HSV(B) | 75.32º | 0.85% | 0.22% | - |
| XYZ | 2.41 | 3.26 | 0.73 | - |
| YUV | 46.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 8 | 0.22 | 0 | 0.85 | 0.78 | 75.32 | 0.75 | 0.12 |
| Hex | 2B | 37 | 8 | 16 | 0 | 55 | 4E | 4B | 4B | C |
| Octal | 53 | 67 | 10 | 26 | 0 | 125 | 116 | 113 | 113 | 14 |
| Binary | 101011 | 110111 | 1000 | 10110 | 0 | 1010101 | 1001110 | 1001011 | 1001011 | 1100 |
Color Harmonies of #2B3708
Complementary color
Monochromatic Colors of #2B3708
Black with #2B3708
Text Example
Text Example
White with #2B3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3708; }
p { color: rgb(43,55,8); }
H1.HeaderClassName
{
color: #2B3708;
}
.AnyTagClassName
{
color: #2B3708;
}
</style>
background-color css
<style>
a { background-color: #2B3708; }
a { background-color: rgb(43,55,8); }
div.DivClassName
{
background-color: #2B3708;
}
.BgClassName
{
background-color: #2B3708;
}
</style>
border-color css
<style>
span { border-color: #2B3708; }
span { border-color: rgb(43,55,8); }
td.TdClassName
{
border-color: #2B3708;
}
.TagClassName
{
border-color: #2B3708;
}
</style>