Shades of Turtle Green #2B5006
Tints of Turtle Green #2B5006
RGB
CMYK
RGB Variations
Color information
#2B5006 (or 0x2B5006) is known color: Turtle Green. HEX triplet: 2B, 50 and 06. RGB value is (43,80,6). Sum of RGB (Red+Green+Blue) = 43+80+6=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5006 is #D4AFF9. Grayscale: #3C3C3C. Windows color (decimal): -13938682 or 413739. OLE color: 413739.
HSL color Cylindrical-coordinate representation of color #2B5006: hue angle of 90º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B5006 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 6 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.69 |
| HSL | 90º | 0.86% | 0.17% | - |
| HSV(B) | 90º | 0.93% | 0.31% | - |
| XYZ | 3.9 | 6.26 | 1.18 | - |
| YUV | 60.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 6 | 0.46 | 0 | 0.92 | 0.69 | 90 | 0.86 | 0.17 |
| Hex | 2B | 50 | 6 | 2E | 0 | 5C | 45 | 5A | 56 | 11 |
| Octal | 53 | 120 | 6 | 56 | 0 | 134 | 105 | 132 | 126 | 21 |
| Binary | 101011 | 1010000 | 110 | 101110 | 0 | 1011100 | 1000101 | 1011010 | 1010110 | 10001 |
Color Harmonies of #2B5006
Complementary color
Monochromatic Colors of #2B5006
Black with #2B5006
Text Example
Text Example
White with #2B5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5006; }
p { color: rgb(43,80,6); }
H1.HeaderClassName
{
color: #2B5006;
}
.AnyTagClassName
{
color: #2B5006;
}
</style>
background-color css
<style>
a { background-color: #2B5006; }
a { background-color: rgb(43,80,6); }
div.DivClassName
{
background-color: #2B5006;
}
.BgClassName
{
background-color: #2B5006;
}
</style>
border-color css
<style>
span { border-color: #2B5006; }
span { border-color: rgb(43,80,6); }
td.TdClassName
{
border-color: #2B5006;
}
.TagClassName
{
border-color: #2B5006;
}
</style>