Shades of Turtle Green #2A4F02
Tints of Turtle Green #2A4F02
RGB
CMYK
RGB Variations
Color information
#2A4F02 (or 0x2A4F02) is known color: Turtle Green. HEX triplet: 2A, 4F and 02. RGB value is (42,79,2). Sum of RGB (Red+Green+Blue) = 42+79+2=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4F02 is #D5B0FD. Grayscale: #3B3B3B. Windows color (decimal): -14004478 or 151338. OLE color: 151338.
HSL color Cylindrical-coordinate representation of color #2A4F02: hue angle of 88.83º 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 #2A4F02 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 79 | 2 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.69 |
| HSL | 88.83º | 0.95% | 0.16% | - |
| HSV(B) | 88.83º | 0.97% | 0.31% | - |
| XYZ | 3.76 | 6.09 | 1.03 | - |
| YUV | 59.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 2 | 0.47 | 0 | 0.97 | 0.69 | 88.83 | 0.95 | 0.16 |
| Hex | 2A | 4F | 2 | 2F | 0 | 61 | 45 | 59 | 5F | 10 |
| Octal | 52 | 117 | 2 | 57 | 0 | 141 | 105 | 131 | 137 | 20 |
| Binary | 101010 | 1001111 | 10 | 101111 | 0 | 1100001 | 1000101 | 1011001 | 1011111 | 10000 |
Color Harmonies of #2A4F02
Complementary color
Monochromatic Colors of #2A4F02
Black with #2A4F02
Text Example
Text Example
White with #2A4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F02; }
p { color: rgb(42,79,2); }
H1.HeaderClassName
{
color: #2A4F02;
}
.AnyTagClassName
{
color: #2A4F02;
}
</style>
background-color css
<style>
a { background-color: #2A4F02; }
a { background-color: rgb(42,79,2); }
div.DivClassName
{
background-color: #2A4F02;
}
.BgClassName
{
background-color: #2A4F02;
}
</style>
border-color css
<style>
span { border-color: #2A4F02; }
span { border-color: rgb(42,79,2); }
td.TdClassName
{
border-color: #2A4F02;
}
.TagClassName
{
border-color: #2A4F02;
}
</style>