Shades of Turtle Green #2B5005
Tints of Turtle Green #2B5005
RGB
CMYK
RGB Variations
Color information
#2B5005 (or 0x2B5005) is known color: Turtle Green. HEX triplet: 2B, 50 and 05. RGB value is (43,80,5). Sum of RGB (Red+Green+Blue) = 43+80+5=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5005 is #D4AFFA. Grayscale: #3C3C3C. Windows color (decimal): -13938683 or 348203. OLE color: 348203.
HSL color Cylindrical-coordinate representation of color #2B5005: hue angle of 89.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B5005 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 5 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.69 |
| HSL | 89.6º | 0.88% | 0.17% | - |
| HSV(B) | 89.6º | 0.94% | 0.31% | - |
| XYZ | 3.89 | 6.26 | 1.15 | - |
| YUV | 60.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 5 | 0.46 | 0 | 0.94 | 0.69 | 89.6 | 0.88 | 0.17 |
| Hex | 2B | 50 | 5 | 2E | 0 | 5E | 45 | 5A | 58 | 11 |
| Octal | 53 | 120 | 5 | 56 | 0 | 136 | 105 | 132 | 130 | 21 |
| Binary | 101011 | 1010000 | 101 | 101110 | 0 | 1011110 | 1000101 | 1011010 | 1011000 | 10001 |
Color Harmonies of #2B5005
Complementary color
Monochromatic Colors of #2B5005
Black with #2B5005
Text Example
Text Example
White with #2B5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5005; }
p { color: rgb(43,80,5); }
H1.HeaderClassName
{
color: #2B5005;
}
.AnyTagClassName
{
color: #2B5005;
}
</style>
background-color css
<style>
a { background-color: #2B5005; }
a { background-color: rgb(43,80,5); }
div.DivClassName
{
background-color: #2B5005;
}
.BgClassName
{
background-color: #2B5005;
}
</style>
border-color css
<style>
span { border-color: #2B5005; }
span { border-color: rgb(43,80,5); }
td.TdClassName
{
border-color: #2B5005;
}
.TagClassName
{
border-color: #2B5005;
}
</style>