Shades of Turtle Green #2B4808
Tints of Turtle Green #2B4808
RGB
CMYK
RGB Variations
Color information
#2B4808 (or 0x2B4808) is known color: Turtle Green. HEX triplet: 2B, 48 and 08. RGB value is (43,72,8). Sum of RGB (Red+Green+Blue) = 43+72+8=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4808 is #D4B7F7. Grayscale: #383838. Windows color (decimal): -13940728 or 542763. OLE color: 542763.
HSL color Cylindrical-coordinate representation of color #2B4808: hue angle of 87.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B4808 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 8 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.72 |
| HSL | 87.19º | 0.8% | 0.16% | - |
| HSV(B) | 87.19º | 0.89% | 0.28% | - |
| XYZ | 3.36 | 5.17 | 1.05 | - |
| YUV | 56.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 8 | 0.40 | 0 | 0.89 | 0.72 | 87.19 | 0.8 | 0.16 |
| Hex | 2B | 48 | 8 | 28 | 0 | 59 | 48 | 57 | 50 | 10 |
| Octal | 53 | 110 | 10 | 50 | 0 | 131 | 110 | 127 | 120 | 20 |
| Binary | 101011 | 1001000 | 1000 | 101000 | 0 | 1011001 | 1001000 | 1010111 | 1010000 | 10000 |
Color Harmonies of #2B4808
Complementary color
Monochromatic Colors of #2B4808
Black with #2B4808
Text Example
Text Example
White with #2B4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4808; }
p { color: rgb(43,72,8); }
H1.HeaderClassName
{
color: #2B4808;
}
.AnyTagClassName
{
color: #2B4808;
}
</style>
background-color css
<style>
a { background-color: #2B4808; }
a { background-color: rgb(43,72,8); }
div.DivClassName
{
background-color: #2B4808;
}
.BgClassName
{
background-color: #2B4808;
}
</style>
border-color css
<style>
span { border-color: #2B4808; }
span { border-color: rgb(43,72,8); }
td.TdClassName
{
border-color: #2B4808;
}
.TagClassName
{
border-color: #2B4808;
}
</style>