Shades of Turtle Green #2B5201
Tints of Turtle Green #2B5201
RGB
CMYK
RGB Variations
Color information
#2B5201 (or 0x2B5201) is known color: Turtle Green. HEX triplet: 2B, 52 and 01. RGB value is (43,82,1). Sum of RGB (Red+Green+Blue) = 43+82+1=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5201 is #D4ADFE. Grayscale: #3D3D3D. Windows color (decimal): -13938175 or 86571. OLE color: 86571.
HSL color Cylindrical-coordinate representation of color #2B5201: hue angle of 88.89º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5201 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 82 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.68 |
| HSL | 88.89º | 0.98% | 0.16% | - |
| HSV(B) | 88.89º | 0.99% | 0.32% | - |
| XYZ | 4.02 | 6.55 | 1.08 | - |
| YUV | 61.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 1 | 0.48 | 0 | 0.99 | 0.68 | 88.89 | 0.98 | 0.16 |
| Hex | 2B | 52 | 1 | 30 | 0 | 63 | 44 | 59 | 62 | 10 |
| Octal | 53 | 122 | 1 | 60 | 0 | 143 | 104 | 131 | 142 | 20 |
| Binary | 101011 | 1010010 | 1 | 110000 | 0 | 1100011 | 1000100 | 1011001 | 1100010 | 10000 |
Color Harmonies of #2B5201
Complementary color
Monochromatic Colors of #2B5201
Black with #2B5201
Text Example
Text Example
White with #2B5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5201; }
p { color: rgb(43,82,1); }
H1.HeaderClassName
{
color: #2B5201;
}
.AnyTagClassName
{
color: #2B5201;
}
</style>
background-color css
<style>
a { background-color: #2B5201; }
a { background-color: rgb(43,82,1); }
div.DivClassName
{
background-color: #2B5201;
}
.BgClassName
{
background-color: #2B5201;
}
</style>
border-color css
<style>
span { border-color: #2B5201; }
span { border-color: rgb(43,82,1); }
td.TdClassName
{
border-color: #2B5201;
}
.TagClassName
{
border-color: #2B5201;
}
</style>