Shades of Turtle Green #2D520B
Tints of Turtle Green #2D520B
RGB
CMYK
RGB Variations
Color information
#2D520B (or 0x2D520B) is known color: Turtle Green. HEX triplet: 2D, 52 and 0B. RGB value is (45,82,11). Sum of RGB (Red+Green+Blue) = 45+82+11=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #2D520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D520B is #D2ADF4. Grayscale: #3F3F3F. Windows color (decimal): -13807093 or 741933. OLE color: 741933.
HSL color Cylindrical-coordinate representation of color #2D520B: hue angle of 91.27º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D520B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 11 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.68 |
| HSL | 91.27º | 0.76% | 0.18% | - |
| HSV(B) | 91.27º | 0.87% | 0.32% | - |
| XYZ | 4.16 | 6.62 | 1.37 | - |
| YUV | 62.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 11 | 0.45 | 0 | 0.87 | 0.68 | 91.27 | 0.76 | 0.18 |
| Hex | 2D | 52 | B | 2D | 0 | 57 | 44 | 5B | 4C | 12 |
| Octal | 55 | 122 | 13 | 55 | 0 | 127 | 104 | 133 | 114 | 22 |
| Binary | 101101 | 1010010 | 1011 | 101101 | 0 | 1010111 | 1000100 | 1011011 | 1001100 | 10010 |
Color Harmonies of #2D520B
Complementary color
Monochromatic Colors of #2D520B
Black with #2D520B
Text Example
Text Example
White with #2D520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D520B; }
p { color: rgb(45,82,11); }
H1.HeaderClassName
{
color: #2D520B;
}
.AnyTagClassName
{
color: #2D520B;
}
</style>
background-color css
<style>
a { background-color: #2D520B; }
a { background-color: rgb(45,82,11); }
div.DivClassName
{
background-color: #2D520B;
}
.BgClassName
{
background-color: #2D520B;
}
</style>
border-color css
<style>
span { border-color: #2D520B; }
span { border-color: rgb(45,82,11); }
td.TdClassName
{
border-color: #2D520B;
}
.TagClassName
{
border-color: #2D520B;
}
</style>