Shades of Turtle Green #2B4800
Tints of Turtle Green #2B4800
RGB
CMYK
RGB Variations
Color information
#2B4800 (or 0x2B4800) is known color: Turtle Green. HEX triplet: 2B, 48 and 00. RGB value is (43,72,0). Sum of RGB (Red+Green+Blue) = 43+72+0=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4800 is #D4B7FF. Grayscale: #373737. Windows color (decimal): -13940736 or 18475. OLE color: 18475.
HSL color Cylindrical-coordinate representation of color #2B4800: hue angle of 84.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B4800 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.72 |
| HSL | 84.17º | 1% | 0.14% | - |
| HSV(B) | 84.17º | 1% | 0.28% | - |
| XYZ | 3.31 | 5.15 | 0.82 | - |
| YUV | 55.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 0 | 0.40 | 0 | 1 | 0.72 | 84.17 | 1 | 0.14 |
| Hex | 2B | 48 | 0 | 28 | 0 | 64 | 48 | 54 | 64 | E |
| Octal | 53 | 110 | 0 | 50 | 0 | 144 | 110 | 124 | 144 | 16 |
| Binary | 101011 | 1001000 | 0 | 101000 | 0 | 1100100 | 1001000 | 1010100 | 1100100 | 1110 |
Color Harmonies of #2B4800
Complementary color
Monochromatic Colors of #2B4800
Black with #2B4800
Text Example
Text Example
White with #2B4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4800; }
p { color: rgb(43,72,0); }
H1.HeaderClassName
{
color: #2B4800;
}
.AnyTagClassName
{
color: #2B4800;
}
</style>
background-color css
<style>
a { background-color: #2B4800; }
a { background-color: rgb(43,72,0); }
div.DivClassName
{
background-color: #2B4800;
}
.BgClassName
{
background-color: #2B4800;
}
</style>
border-color css
<style>
span { border-color: #2B4800; }
span { border-color: rgb(43,72,0); }
td.TdClassName
{
border-color: #2B4800;
}
.TagClassName
{
border-color: #2B4800;
}
</style>