Shades of Turtle Green #2A4E05
Tints of Turtle Green #2A4E05
RGB
CMYK
RGB Variations
Color information
#2A4E05 (or 0x2A4E05) is known color: Turtle Green. HEX triplet: 2A, 4E and 05. RGB value is (42,78,5). Sum of RGB (Red+Green+Blue) = 42+78+5=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 78 (30.86% from 255 or 62.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E05 is #D5B1FA. Grayscale: #3B3B3B. Windows color (decimal): -14004731 or 347690. OLE color: 347690.
HSL color Cylindrical-coordinate representation of color #2A4E05: hue angle of 89.59º 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 #2A4E05 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 5 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.69 |
| HSL | 89.59º | 0.88% | 0.16% | - |
| HSV(B) | 89.59º | 0.94% | 0.31% | - |
| XYZ | 3.71 | 5.95 | 1.1 | - |
| YUV | 58.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 5 | 0.46 | 0 | 0.94 | 0.69 | 89.59 | 0.88 | 0.16 |
| Hex | 2A | 4E | 5 | 2E | 0 | 5E | 45 | 5A | 58 | 10 |
| Octal | 52 | 116 | 5 | 56 | 0 | 136 | 105 | 132 | 130 | 20 |
| Binary | 101010 | 1001110 | 101 | 101110 | 0 | 1011110 | 1000101 | 1011010 | 1011000 | 10000 |
Color Harmonies of #2A4E05
Complementary color
Monochromatic Colors of #2A4E05
Black with #2A4E05
Text Example
Text Example
White with #2A4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E05; }
p { color: rgb(42,78,5); }
H1.HeaderClassName
{
color: #2A4E05;
}
.AnyTagClassName
{
color: #2A4E05;
}
</style>
background-color css
<style>
a { background-color: #2A4E05; }
a { background-color: rgb(42,78,5); }
div.DivClassName
{
background-color: #2A4E05;
}
.BgClassName
{
background-color: #2A4E05;
}
</style>
border-color css
<style>
span { border-color: #2A4E05; }
span { border-color: rgb(42,78,5); }
td.TdClassName
{
border-color: #2A4E05;
}
.TagClassName
{
border-color: #2A4E05;
}
</style>