Shades of Turtle Green #2D5004
Tints of Turtle Green #2D5004
RGB
CMYK
RGB Variations
Color information
#2D5004 (or 0x2D5004) is known color: Turtle Green. HEX triplet: 2D, 50 and 04. RGB value is (45,80,4). Sum of RGB (Red+Green+Blue) = 45+80+4=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5004 is #D2AFFB. Grayscale: #3D3D3D. Windows color (decimal): -13807612 or 282669. OLE color: 282669.
HSL color Cylindrical-coordinate representation of color #2D5004: hue angle of 87.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D5004 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 4 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.69 |
| HSL | 87.63º | 0.9% | 0.16% | - |
| HSV(B) | 87.63º | 0.95% | 0.31% | - |
| XYZ | 3.97 | 6.3 | 1.12 | - |
| YUV | 60.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 4 | 0.44 | 0 | 0.95 | 0.69 | 87.63 | 0.9 | 0.16 |
| Hex | 2D | 50 | 4 | 2C | 0 | 5F | 45 | 58 | 5A | 10 |
| Octal | 55 | 120 | 4 | 54 | 0 | 137 | 105 | 130 | 132 | 20 |
| Binary | 101101 | 1010000 | 100 | 101100 | 0 | 1011111 | 1000101 | 1011000 | 1011010 | 10000 |
Color Harmonies of #2D5004
Complementary color
Monochromatic Colors of #2D5004
Black with #2D5004
Text Example
Text Example
White with #2D5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5004; }
p { color: rgb(45,80,4); }
H1.HeaderClassName
{
color: #2D5004;
}
.AnyTagClassName
{
color: #2D5004;
}
</style>
background-color css
<style>
a { background-color: #2D5004; }
a { background-color: rgb(45,80,4); }
div.DivClassName
{
background-color: #2D5004;
}
.BgClassName
{
background-color: #2D5004;
}
</style>
border-color css
<style>
span { border-color: #2D5004; }
span { border-color: rgb(45,80,4); }
td.TdClassName
{
border-color: #2D5004;
}
.TagClassName
{
border-color: #2D5004;
}
</style>