Shades of Turtle Green #2D4000
Tints of Turtle Green #2D4000
RGB
CMYK
RGB Variations
Color information
#2D4000 (or 0x2D4000) is known color: Turtle Green. HEX triplet: 2D, 40 and 00. RGB value is (45,64,0). Sum of RGB (Red+Green+Blue) = 45+64+0=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4000 is #D2BFFF. Grayscale: #333333. Windows color (decimal): -13811712 or 16429. OLE color: 16429.
HSL color Cylindrical-coordinate representation of color #2D4000: hue angle of 77.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D4000 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.75 |
| HSL | 77.81º | 1% | 0.13% | - |
| HSV(B) | 77.81º | 1% | 0.25% | - |
| XYZ | 2.92 | 4.22 | 0.66 | - |
| YUV | 51.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 0 | 0.30 | 0 | 1 | 0.75 | 77.81 | 1 | 0.13 |
| Hex | 2D | 40 | 0 | 1E | 0 | 64 | 4B | 4E | 64 | D |
| Octal | 55 | 100 | 0 | 36 | 0 | 144 | 113 | 116 | 144 | 15 |
| Binary | 101101 | 1000000 | 0 | 11110 | 0 | 1100100 | 1001011 | 1001110 | 1100100 | 1101 |
Color Harmonies of #2D4000
Complementary color
Monochromatic Colors of #2D4000
Black with #2D4000
Text Example
Text Example
White with #2D4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4000; }
p { color: rgb(45,64,0); }
H1.HeaderClassName
{
color: #2D4000;
}
.AnyTagClassName
{
color: #2D4000;
}
</style>
background-color css
<style>
a { background-color: #2D4000; }
a { background-color: rgb(45,64,0); }
div.DivClassName
{
background-color: #2D4000;
}
.BgClassName
{
background-color: #2D4000;
}
</style>
border-color css
<style>
span { border-color: #2D4000; }
span { border-color: rgb(45,64,0); }
td.TdClassName
{
border-color: #2D4000;
}
.TagClassName
{
border-color: #2D4000;
}
</style>