Shades of Turtle Green #2A4702
Tints of Turtle Green #2A4702
RGB
CMYK
RGB Variations
Color information
#2A4702 (or 0x2A4702) is known color: Turtle Green. HEX triplet: 2A, 47 and 02. RGB value is (42,71,2). Sum of RGB (Red+Green+Blue) = 42+71+2=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4702 is #D5B8FD. Grayscale: #363636. Windows color (decimal): -14006526 or 149290. OLE color: 149290.
HSL color Cylindrical-coordinate representation of color #2A4702: hue angle of 85.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A4702 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 2 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.72 |
| HSL | 85.22º | 0.95% | 0.14% | - |
| HSV(B) | 85.22º | 0.97% | 0.28% | - |
| XYZ | 3.22 | 5 | 0.85 | - |
| YUV | 54.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 2 | 0.41 | 0 | 0.97 | 0.72 | 85.22 | 0.95 | 0.14 |
| Hex | 2A | 47 | 2 | 29 | 0 | 61 | 48 | 55 | 5F | E |
| Octal | 52 | 107 | 2 | 51 | 0 | 141 | 110 | 125 | 137 | 16 |
| Binary | 101010 | 1000111 | 10 | 101001 | 0 | 1100001 | 1001000 | 1010101 | 1011111 | 1110 |
Color Harmonies of #2A4702
Complementary color
Monochromatic Colors of #2A4702
Black with #2A4702
Text Example
Text Example
White with #2A4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4702; }
p { color: rgb(42,71,2); }
H1.HeaderClassName
{
color: #2A4702;
}
.AnyTagClassName
{
color: #2A4702;
}
</style>
background-color css
<style>
a { background-color: #2A4702; }
a { background-color: rgb(42,71,2); }
div.DivClassName
{
background-color: #2A4702;
}
.BgClassName
{
background-color: #2A4702;
}
</style>
border-color css
<style>
span { border-color: #2A4702; }
span { border-color: rgb(42,71,2); }
td.TdClassName
{
border-color: #2A4702;
}
.TagClassName
{
border-color: #2A4702;
}
</style>