Shades of Turtle Green #2B5B01
Tints of Turtle Green #2B5B01
RGB
CMYK
RGB Variations
Color information
#2B5B01 (or 0x2B5B01) is known color: Turtle Green. HEX triplet: 2B, 5B and 01. RGB value is (43,91,1). Sum of RGB (Red+Green+Blue) = 43+91+1=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 91 (35.94% from 255 or 67.41% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5B01 is #D4A4FE. Grayscale: #424242. Windows color (decimal): -13935871 or 88875. OLE color: 88875.
HSL color Cylindrical-coordinate representation of color #2B5B01: hue angle of 92º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5B01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 91 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.64 |
| HSL | 92º | 0.98% | 0.18% | - |
| HSV(B) | 92º | 0.99% | 0.36% | - |
| XYZ | 4.74 | 8 | 1.32 | - |
| YUV | 66.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 1 | 0.53 | 0 | 0.99 | 0.64 | 92 | 0.98 | 0.18 |
| Hex | 2B | 5B | 1 | 35 | 0 | 63 | 40 | 5C | 62 | 12 |
| Octal | 53 | 133 | 1 | 65 | 0 | 143 | 100 | 134 | 142 | 22 |
| Binary | 101011 | 1011011 | 1 | 110101 | 0 | 1100011 | 1000000 | 1011100 | 1100010 | 10010 |
Color Harmonies of #2B5B01
Complementary color
Monochromatic Colors of #2B5B01
Black with #2B5B01
Text Example
Text Example
White with #2B5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5B01; }
p { color: rgb(43,91,1); }
H1.HeaderClassName
{
color: #2B5B01;
}
.AnyTagClassName
{
color: #2B5B01;
}
</style>
background-color css
<style>
a { background-color: #2B5B01; }
a { background-color: rgb(43,91,1); }
div.DivClassName
{
background-color: #2B5B01;
}
.BgClassName
{
background-color: #2B5B01;
}
</style>
border-color css
<style>
span { border-color: #2B5B01; }
span { border-color: rgb(43,91,1); }
td.TdClassName
{
border-color: #2B5B01;
}
.TagClassName
{
border-color: #2B5B01;
}
</style>