Shades of Turtle Green #2D4E05
Tints of Turtle Green #2D4E05
RGB
CMYK
RGB Variations
Color information
#2D4E05 (or 0x2D4E05) is known color: Turtle Green. HEX triplet: 2D, 4E and 05. RGB value is (45,78,5). Sum of RGB (Red+Green+Blue) = 45+78+5=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4E05 is #D2B1FA. Grayscale: #3C3C3C. Windows color (decimal): -13808123 or 347693. OLE color: 347693.
HSL color Cylindrical-coordinate representation of color #2D4E05: hue angle of 87.12º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D4E05 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 5 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.69 |
| HSL | 87.12º | 0.88% | 0.16% | - |
| HSV(B) | 87.12º | 0.94% | 0.31% | - |
| XYZ | 3.83 | 6.02 | 1.1 | - |
| YUV | 59.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 5 | 0.42 | 0 | 0.94 | 0.69 | 87.12 | 0.88 | 0.16 |
| Hex | 2D | 4E | 5 | 2A | 0 | 5E | 45 | 57 | 58 | 10 |
| Octal | 55 | 116 | 5 | 52 | 0 | 136 | 105 | 127 | 130 | 20 |
| Binary | 101101 | 1001110 | 101 | 101010 | 0 | 1011110 | 1000101 | 1010111 | 1011000 | 10000 |
Color Harmonies of #2D4E05
Complementary color
Monochromatic Colors of #2D4E05
Black with #2D4E05
Text Example
Text Example
White with #2D4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E05; }
p { color: rgb(45,78,5); }
H1.HeaderClassName
{
color: #2D4E05;
}
.AnyTagClassName
{
color: #2D4E05;
}
</style>
background-color css
<style>
a { background-color: #2D4E05; }
a { background-color: rgb(45,78,5); }
div.DivClassName
{
background-color: #2D4E05;
}
.BgClassName
{
background-color: #2D4E05;
}
</style>
border-color css
<style>
span { border-color: #2D4E05; }
span { border-color: rgb(45,78,5); }
td.TdClassName
{
border-color: #2D4E05;
}
.TagClassName
{
border-color: #2D4E05;
}
</style>