Shades of Turtle Green #2B5001
Tints of Turtle Green #2B5001
RGB
CMYK
RGB Variations
Color information
#2B5001 (or 0x2B5001) is known color: Turtle Green. HEX triplet: 2B, 50 and 01. RGB value is (43,80,1). Sum of RGB (Red+Green+Blue) = 43+80+1=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5001 is #D4AFFE. Grayscale: #3C3C3C. Windows color (decimal): -13938687 or 86059. OLE color: 86059.
HSL color Cylindrical-coordinate representation of color #2B5001: hue angle of 88.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5001 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.69 |
| HSL | 88.1º | 0.98% | 0.16% | - |
| HSV(B) | 88.1º | 0.99% | 0.31% | - |
| XYZ | 3.87 | 6.25 | 1.03 | - |
| YUV | 59.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 1 | 0.46 | 0 | 0.99 | 0.69 | 88.1 | 0.98 | 0.16 |
| Hex | 2B | 50 | 1 | 2E | 0 | 63 | 45 | 58 | 62 | 10 |
| Octal | 53 | 120 | 1 | 56 | 0 | 143 | 105 | 130 | 142 | 20 |
| Binary | 101011 | 1010000 | 1 | 101110 | 0 | 1100011 | 1000101 | 1011000 | 1100010 | 10000 |
Color Harmonies of #2B5001
Complementary color
Monochromatic Colors of #2B5001
Black with #2B5001
Text Example
Text Example
White with #2B5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5001; }
p { color: rgb(43,80,1); }
H1.HeaderClassName
{
color: #2B5001;
}
.AnyTagClassName
{
color: #2B5001;
}
</style>
background-color css
<style>
a { background-color: #2B5001; }
a { background-color: rgb(43,80,1); }
div.DivClassName
{
background-color: #2B5001;
}
.BgClassName
{
background-color: #2B5001;
}
</style>
border-color css
<style>
span { border-color: #2B5001; }
span { border-color: rgb(43,80,1); }
td.TdClassName
{
border-color: #2B5001;
}
.TagClassName
{
border-color: #2B5001;
}
</style>