Shades of Turtle Green #2B4801
Tints of Turtle Green #2B4801
RGB
CMYK
RGB Variations
Color information
#2B4801 (or 0x2B4801) is known color: Turtle Green. HEX triplet: 2B, 48 and 01. RGB value is (43,72,1). Sum of RGB (Red+Green+Blue) = 43+72+1=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4801 is #D4B7FE. Grayscale: #373737. Windows color (decimal): -13940735 or 84011. OLE color: 84011.
HSL color Cylindrical-coordinate representation of color #2B4801: hue angle of 84.51º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B4801 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.72 |
| HSL | 84.51º | 0.97% | 0.14% | - |
| HSV(B) | 84.51º | 0.99% | 0.28% | - |
| XYZ | 3.32 | 5.15 | 0.85 | - |
| YUV | 55.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 1 | 0.40 | 0 | 0.99 | 0.72 | 84.51 | 0.97 | 0.14 |
| Hex | 2B | 48 | 1 | 28 | 0 | 63 | 48 | 55 | 61 | E |
| Octal | 53 | 110 | 1 | 50 | 0 | 143 | 110 | 125 | 141 | 16 |
| Binary | 101011 | 1001000 | 1 | 101000 | 0 | 1100011 | 1001000 | 1010101 | 1100001 | 1110 |
Color Harmonies of #2B4801
Complementary color
Monochromatic Colors of #2B4801
Black with #2B4801
Text Example
Text Example
White with #2B4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4801; }
p { color: rgb(43,72,1); }
H1.HeaderClassName
{
color: #2B4801;
}
.AnyTagClassName
{
color: #2B4801;
}
</style>
background-color css
<style>
a { background-color: #2B4801; }
a { background-color: rgb(43,72,1); }
div.DivClassName
{
background-color: #2B4801;
}
.BgClassName
{
background-color: #2B4801;
}
</style>
border-color css
<style>
span { border-color: #2B4801; }
span { border-color: rgb(43,72,1); }
td.TdClassName
{
border-color: #2B4801;
}
.TagClassName
{
border-color: #2B4801;
}
</style>