Shades of Turtle Green #2D4C05
Tints of Turtle Green #2D4C05
RGB
CMYK
RGB Variations
Color information
#2D4C05 (or 0x2D4C05) is known color: Turtle Green. HEX triplet: 2D, 4C and 05. RGB value is (45,76,5). Sum of RGB (Red+Green+Blue) = 45+76+5=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4C05 is #D2B3FA. Grayscale: #3A3A3A. Windows color (decimal): -13808635 or 347181. OLE color: 347181.
HSL color Cylindrical-coordinate representation of color #2D4C05: hue angle of 86.2º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D4C05 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 76 | 5 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.70 |
| HSL | 86.2º | 0.88% | 0.16% | - |
| HSV(B) | 86.2º | 0.93% | 0.3% | - |
| XYZ | 3.69 | 5.74 | 1.06 | - |
| YUV | 58.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 5 | 0.41 | 0 | 0.93 | 0.70 | 86.2 | 0.88 | 0.16 |
| Hex | 2D | 4C | 5 | 29 | 0 | 5D | 46 | 56 | 58 | 10 |
| Octal | 55 | 114 | 5 | 51 | 0 | 135 | 106 | 126 | 130 | 20 |
| Binary | 101101 | 1001100 | 101 | 101001 | 0 | 1011101 | 1000110 | 1010110 | 1011000 | 10000 |
Color Harmonies of #2D4C05
Complementary color
Monochromatic Colors of #2D4C05
Black with #2D4C05
Text Example
Text Example
White with #2D4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C05; }
p { color: rgb(45,76,5); }
H1.HeaderClassName
{
color: #2D4C05;
}
.AnyTagClassName
{
color: #2D4C05;
}
</style>
background-color css
<style>
a { background-color: #2D4C05; }
a { background-color: rgb(45,76,5); }
div.DivClassName
{
background-color: #2D4C05;
}
.BgClassName
{
background-color: #2D4C05;
}
</style>
border-color css
<style>
span { border-color: #2D4C05; }
span { border-color: rgb(45,76,5); }
td.TdClassName
{
border-color: #2D4C05;
}
.TagClassName
{
border-color: #2D4C05;
}
</style>