Shades of Turtle Green #2B500B
Tints of Turtle Green #2B500B
RGB
CMYK
RGB Variations
Color information
#2B500B (or 0x2B500B) is known color: Turtle Green. HEX triplet: 2B, 50 and 0B. RGB value is (43,80,11). Sum of RGB (Red+Green+Blue) = 43+80+11=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #2B500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B500B is #D4AFF4. Grayscale: #3D3D3D. Windows color (decimal): -13938677 or 741419. OLE color: 741419.
HSL color Cylindrical-coordinate representation of color #2B500B: hue angle of 92.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B500B is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 11 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.69 |
| HSL | 92.17º | 0.76% | 0.18% | - |
| HSV(B) | 92.17º | 0.86% | 0.31% | - |
| XYZ | 3.93 | 6.28 | 1.32 | - |
| YUV | 61.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 11 | 0.46 | 0 | 0.86 | 0.69 | 92.17 | 0.76 | 0.18 |
| Hex | 2B | 50 | B | 2E | 0 | 56 | 45 | 5C | 4C | 12 |
| Octal | 53 | 120 | 13 | 56 | 0 | 126 | 105 | 134 | 114 | 22 |
| Binary | 101011 | 1010000 | 1011 | 101110 | 0 | 1010110 | 1000101 | 1011100 | 1001100 | 10010 |
Color Harmonies of #2B500B
Complementary color
Monochromatic Colors of #2B500B
Black with #2B500B
Text Example
Text Example
White with #2B500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B500B; }
p { color: rgb(43,80,11); }
H1.HeaderClassName
{
color: #2B500B;
}
.AnyTagClassName
{
color: #2B500B;
}
</style>
background-color css
<style>
a { background-color: #2B500B; }
a { background-color: rgb(43,80,11); }
div.DivClassName
{
background-color: #2B500B;
}
.BgClassName
{
background-color: #2B500B;
}
</style>
border-color css
<style>
span { border-color: #2B500B; }
span { border-color: rgb(43,80,11); }
td.TdClassName
{
border-color: #2B500B;
}
.TagClassName
{
border-color: #2B500B;
}
</style>