Shades of Turtle Green #2B5008
Tints of Turtle Green #2B5008
RGB
CMYK
RGB Variations
Color information
#2B5008 (or 0x2B5008) is known color: Turtle Green. HEX triplet: 2B, 50 and 08. RGB value is (43,80,8). Sum of RGB (Red+Green+Blue) = 43+80+8=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5008 is #D4AFF7. Grayscale: #3C3C3C. Windows color (decimal): -13938680 or 544811. OLE color: 544811.
HSL color Cylindrical-coordinate representation of color #2B5008: hue angle of 90.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B5008 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 8 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.69 |
| HSL | 90.83º | 0.82% | 0.17% | - |
| HSV(B) | 90.83º | 0.9% | 0.31% | - |
| XYZ | 3.91 | 6.27 | 1.23 | - |
| YUV | 60.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 8 | 0.46 | 0 | 0.90 | 0.69 | 90.83 | 0.82 | 0.17 |
| Hex | 2B | 50 | 8 | 2E | 0 | 5A | 45 | 5B | 52 | 11 |
| Octal | 53 | 120 | 10 | 56 | 0 | 132 | 105 | 133 | 122 | 21 |
| Binary | 101011 | 1010000 | 1000 | 101110 | 0 | 1011010 | 1000101 | 1011011 | 1010010 | 10001 |
Color Harmonies of #2B5008
Complementary color
Monochromatic Colors of #2B5008
Black with #2B5008
Text Example
Text Example
White with #2B5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5008; }
p { color: rgb(43,80,8); }
H1.HeaderClassName
{
color: #2B5008;
}
.AnyTagClassName
{
color: #2B5008;
}
</style>
background-color css
<style>
a { background-color: #2B5008; }
a { background-color: rgb(43,80,8); }
div.DivClassName
{
background-color: #2B5008;
}
.BgClassName
{
background-color: #2B5008;
}
</style>
border-color css
<style>
span { border-color: #2B5008; }
span { border-color: rgb(43,80,8); }
td.TdClassName
{
border-color: #2B5008;
}
.TagClassName
{
border-color: #2B5008;
}
</style>