Shades of Turtle Green #2B5202
Tints of Turtle Green #2B5202
RGB
CMYK
RGB Variations
Color information
#2B5202 (or 0x2B5202) is known color: Turtle Green. HEX triplet: 2B, 52 and 02. RGB value is (43,82,2). Sum of RGB (Red+Green+Blue) = 43+82+2=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5202 is #D4ADFD. Grayscale: #3D3D3D. Windows color (decimal): -13938174 or 152107. OLE color: 152107.
HSL color Cylindrical-coordinate representation of color #2B5202: hue angle of 89.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B5202 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 82 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.68 |
| HSL | 89.25º | 0.95% | 0.16% | - |
| HSV(B) | 89.25º | 0.98% | 0.32% | - |
| XYZ | 4.02 | 6.55 | 1.11 | - |
| YUV | 61.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 2 | 0.48 | 0 | 0.98 | 0.68 | 89.25 | 0.95 | 0.16 |
| Hex | 2B | 52 | 2 | 30 | 0 | 62 | 44 | 59 | 5F | 10 |
| Octal | 53 | 122 | 2 | 60 | 0 | 142 | 104 | 131 | 137 | 20 |
| Binary | 101011 | 1010010 | 10 | 110000 | 0 | 1100010 | 1000100 | 1011001 | 1011111 | 10000 |
Color Harmonies of #2B5202
Complementary color
Monochromatic Colors of #2B5202
Black with #2B5202
Text Example
Text Example
White with #2B5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5202; }
p { color: rgb(43,82,2); }
H1.HeaderClassName
{
color: #2B5202;
}
.AnyTagClassName
{
color: #2B5202;
}
</style>
background-color css
<style>
a { background-color: #2B5202; }
a { background-color: rgb(43,82,2); }
div.DivClassName
{
background-color: #2B5202;
}
.BgClassName
{
background-color: #2B5202;
}
</style>
border-color css
<style>
span { border-color: #2B5202; }
span { border-color: rgb(43,82,2); }
td.TdClassName
{
border-color: #2B5202;
}
.TagClassName
{
border-color: #2B5202;
}
</style>