Shades of Turtle Green #2D4C00
Tints of Turtle Green #2D4C00
RGB
CMYK
RGB Variations
Color information
#2D4C00 (or 0x2D4C00) is known color: Turtle Green. HEX triplet: 2D, 4C and 00. RGB value is (45,76,0). Sum of RGB (Red+Green+Blue) = 45+76+0=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4C00 is #D2B3FF. Grayscale: #3A3A3A. Windows color (decimal): -13808640 or 19501. OLE color: 19501.
HSL color Cylindrical-coordinate representation of color #2D4C00: hue angle of 84.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D4C00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 76 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.70 |
| HSL | 84.47º | 1% | 0.15% | - |
| HSV(B) | 84.47º | 1% | 0.3% | - |
| XYZ | 3.67 | 5.73 | 0.91 | - |
| YUV | 58.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 0 | 0.41 | 0 | 1 | 0.70 | 84.47 | 1 | 0.15 |
| Hex | 2D | 4C | 0 | 29 | 0 | 64 | 46 | 54 | 64 | F |
| Octal | 55 | 114 | 0 | 51 | 0 | 144 | 106 | 124 | 144 | 17 |
| Binary | 101101 | 1001100 | 0 | 101001 | 0 | 1100100 | 1000110 | 1010100 | 1100100 | 1111 |
Color Harmonies of #2D4C00
Complementary color
Monochromatic Colors of #2D4C00
Black with #2D4C00
Text Example
Text Example
White with #2D4C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C00; }
p { color: rgb(45,76,0); }
H1.HeaderClassName
{
color: #2D4C00;
}
.AnyTagClassName
{
color: #2D4C00;
}
</style>
background-color css
<style>
a { background-color: #2D4C00; }
a { background-color: rgb(45,76,0); }
div.DivClassName
{
background-color: #2D4C00;
}
.BgClassName
{
background-color: #2D4C00;
}
</style>
border-color css
<style>
span { border-color: #2D4C00; }
span { border-color: rgb(45,76,0); }
td.TdClassName
{
border-color: #2D4C00;
}
.TagClassName
{
border-color: #2D4C00;
}
</style>