Shades of Turtle Green #2B4802
Tints of Turtle Green #2B4802
RGB
CMYK
RGB Variations
Color information
#2B4802 (or 0x2B4802) is known color: Turtle Green. HEX triplet: 2B, 48 and 02. RGB value is (43,72,2). Sum of RGB (Red+Green+Blue) = 43+72+2=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4802 is #D4B7FD. Grayscale: #373737. Windows color (decimal): -13940734 or 149547. OLE color: 149547.
HSL color Cylindrical-coordinate representation of color #2B4802: hue angle of 84.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4802 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 2 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.72 |
| HSL | 84.86º | 0.95% | 0.15% | - |
| HSV(B) | 84.86º | 0.97% | 0.28% | - |
| XYZ | 3.32 | 5.15 | 0.88 | - |
| YUV | 55.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 2 | 0.40 | 0 | 0.97 | 0.72 | 84.86 | 0.95 | 0.15 |
| Hex | 2B | 48 | 2 | 28 | 0 | 61 | 48 | 55 | 5F | F |
| Octal | 53 | 110 | 2 | 50 | 0 | 141 | 110 | 125 | 137 | 17 |
| Binary | 101011 | 1001000 | 10 | 101000 | 0 | 1100001 | 1001000 | 1010101 | 1011111 | 1111 |
Color Harmonies of #2B4802
Complementary color
Monochromatic Colors of #2B4802
Black with #2B4802
Text Example
Text Example
White with #2B4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4802; }
p { color: rgb(43,72,2); }
H1.HeaderClassName
{
color: #2B4802;
}
.AnyTagClassName
{
color: #2B4802;
}
</style>
background-color css
<style>
a { background-color: #2B4802; }
a { background-color: rgb(43,72,2); }
div.DivClassName
{
background-color: #2B4802;
}
.BgClassName
{
background-color: #2B4802;
}
</style>
border-color css
<style>
span { border-color: #2B4802; }
span { border-color: rgb(43,72,2); }
td.TdClassName
{
border-color: #2B4802;
}
.TagClassName
{
border-color: #2B4802;
}
</style>