Shades of Turtle Green #2A4E04
Tints of Turtle Green #2A4E04
RGB
CMYK
RGB Variations
Color information
#2A4E04 (or 0x2A4E04) is known color: Turtle Green. HEX triplet: 2A, 4E and 04. RGB value is (42,78,4). Sum of RGB (Red+Green+Blue) = 42+78+4=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E04 is #D5B1FB. Grayscale: #3B3B3B. Windows color (decimal): -14004732 or 282154. OLE color: 282154.
HSL color Cylindrical-coordinate representation of color #2A4E04: hue angle of 89.19º 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 #2A4E04 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 4 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.69 |
| HSL | 89.19º | 0.9% | 0.16% | - |
| HSV(B) | 89.19º | 0.95% | 0.31% | - |
| XYZ | 3.7 | 5.95 | 1.07 | - |
| YUV | 58.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 4 | 0.46 | 0 | 0.95 | 0.69 | 89.19 | 0.9 | 0.16 |
| Hex | 2A | 4E | 4 | 2E | 0 | 5F | 45 | 59 | 5A | 10 |
| Octal | 52 | 116 | 4 | 56 | 0 | 137 | 105 | 131 | 132 | 20 |
| Binary | 101010 | 1001110 | 100 | 101110 | 0 | 1011111 | 1000101 | 1011001 | 1011010 | 10000 |
Color Harmonies of #2A4E04
Complementary color
Monochromatic Colors of #2A4E04
Black with #2A4E04
Text Example
Text Example
White with #2A4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E04; }
p { color: rgb(42,78,4); }
H1.HeaderClassName
{
color: #2A4E04;
}
.AnyTagClassName
{
color: #2A4E04;
}
</style>
background-color css
<style>
a { background-color: #2A4E04; }
a { background-color: rgb(42,78,4); }
div.DivClassName
{
background-color: #2A4E04;
}
.BgClassName
{
background-color: #2A4E04;
}
</style>
border-color css
<style>
span { border-color: #2A4E04; }
span { border-color: rgb(42,78,4); }
td.TdClassName
{
border-color: #2A4E04;
}
.TagClassName
{
border-color: #2A4E04;
}
</style>