Shades of Turtle Green #2D500B
Tints of Turtle Green #2D500B
RGB
CMYK
RGB Variations
Color information
#2D500B (or 0x2D500B) is known color: Turtle Green. HEX triplet: 2D, 50 and 0B. RGB value is (45,80,11). Sum of RGB (Red+Green+Blue) = 45+80+11=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500B is #D2AFF4. Grayscale: #3D3D3D. Windows color (decimal): -13807605 or 741421. OLE color: 741421.
HSL color Cylindrical-coordinate representation of color #2D500B: hue angle of 90.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D500B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 11 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.69 |
| HSL | 90.43º | 0.76% | 0.18% | - |
| HSV(B) | 90.43º | 0.86% | 0.31% | - |
| XYZ | 4.01 | 6.32 | 1.32 | - |
| YUV | 61.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 11 | 0.44 | 0 | 0.86 | 0.69 | 90.43 | 0.76 | 0.18 |
| Hex | 2D | 50 | B | 2C | 0 | 56 | 45 | 5A | 4C | 12 |
| Octal | 55 | 120 | 13 | 54 | 0 | 126 | 105 | 132 | 114 | 22 |
| Binary | 101101 | 1010000 | 1011 | 101100 | 0 | 1010110 | 1000101 | 1011010 | 1001100 | 10010 |
Color Harmonies of #2D500B
Complementary color
Monochromatic Colors of #2D500B
Black with #2D500B
Text Example
Text Example
White with #2D500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D500B; }
p { color: rgb(45,80,11); }
H1.HeaderClassName
{
color: #2D500B;
}
.AnyTagClassName
{
color: #2D500B;
}
</style>
background-color css
<style>
a { background-color: #2D500B; }
a { background-color: rgb(45,80,11); }
div.DivClassName
{
background-color: #2D500B;
}
.BgClassName
{
background-color: #2D500B;
}
</style>
border-color css
<style>
span { border-color: #2D500B; }
span { border-color: rgb(45,80,11); }
td.TdClassName
{
border-color: #2D500B;
}
.TagClassName
{
border-color: #2D500B;
}
</style>