Shades of Turtle Green #2D5000
Tints of Turtle Green #2D5000
RGB
CMYK
RGB Variations
Color information
#2D5000 (or 0x2D5000) is known color: Turtle Green. HEX triplet: 2D, 50 and 00. RGB value is (45,80,0). Sum of RGB (Red+Green+Blue) = 45+80+0=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5000 is #D2AFFF. Grayscale: #3C3C3C. Windows color (decimal): -13807616 or 20525. OLE color: 20525.
HSL color Cylindrical-coordinate representation of color #2D5000: hue angle of 86.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D5000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.69 |
| HSL | 86.25º | 1% | 0.16% | - |
| HSV(B) | 86.25º | 1% | 0.31% | - |
| XYZ | 3.95 | 6.3 | 1.01 | - |
| YUV | 60.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 0 | 0.44 | 0 | 1 | 0.69 | 86.25 | 1 | 0.16 |
| Hex | 2D | 50 | 0 | 2C | 0 | 64 | 45 | 56 | 64 | 10 |
| Octal | 55 | 120 | 0 | 54 | 0 | 144 | 105 | 126 | 144 | 20 |
| Binary | 101101 | 1010000 | 0 | 101100 | 0 | 1100100 | 1000101 | 1010110 | 1100100 | 10000 |
Color Harmonies of #2D5000
Complementary color
Monochromatic Colors of #2D5000
Black with #2D5000
Text Example
Text Example
White with #2D5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5000; }
p { color: rgb(45,80,0); }
H1.HeaderClassName
{
color: #2D5000;
}
.AnyTagClassName
{
color: #2D5000;
}
</style>
background-color css
<style>
a { background-color: #2D5000; }
a { background-color: rgb(45,80,0); }
div.DivClassName
{
background-color: #2D5000;
}
.BgClassName
{
background-color: #2D5000;
}
</style>
border-color css
<style>
span { border-color: #2D5000; }
span { border-color: rgb(45,80,0); }
td.TdClassName
{
border-color: #2D5000;
}
.TagClassName
{
border-color: #2D5000;
}
</style>