Shades of Turtle Green #2A4E02
Tints of Turtle Green #2A4E02
RGB
CMYK
RGB Variations
Color information
#2A4E02 (or 0x2A4E02) is known color: Turtle Green. HEX triplet: 2A, 4E and 02. RGB value is (42,78,2). Sum of RGB (Red+Green+Blue) = 42+78+2=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E02 is #D5B1FD. Grayscale: #3A3A3A. Windows color (decimal): -14004734 or 151082. OLE color: 151082.
HSL color Cylindrical-coordinate representation of color #2A4E02: hue angle of 88.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A4E02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 2 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.69 |
| HSL | 88.42º | 0.95% | 0.16% | - |
| HSV(B) | 88.42º | 0.97% | 0.31% | - |
| XYZ | 3.69 | 5.95 | 1.01 | - |
| YUV | 58.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 2 | 0.46 | 0 | 0.97 | 0.69 | 88.42 | 0.95 | 0.16 |
| Hex | 2A | 4E | 2 | 2E | 0 | 61 | 45 | 58 | 5F | 10 |
| Octal | 52 | 116 | 2 | 56 | 0 | 141 | 105 | 130 | 137 | 20 |
| Binary | 101010 | 1001110 | 10 | 101110 | 0 | 1100001 | 1000101 | 1011000 | 1011111 | 10000 |
Color Harmonies of #2A4E02
Complementary color
Monochromatic Colors of #2A4E02
Black with #2A4E02
Text Example
Text Example
White with #2A4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E02; }
p { color: rgb(42,78,2); }
H1.HeaderClassName
{
color: #2A4E02;
}
.AnyTagClassName
{
color: #2A4E02;
}
</style>
background-color css
<style>
a { background-color: #2A4E02; }
a { background-color: rgb(42,78,2); }
div.DivClassName
{
background-color: #2A4E02;
}
.BgClassName
{
background-color: #2A4E02;
}
</style>
border-color css
<style>
span { border-color: #2A4E02; }
span { border-color: rgb(42,78,2); }
td.TdClassName
{
border-color: #2A4E02;
}
.TagClassName
{
border-color: #2A4E02;
}
</style>