Shades of Turtle Green #2A4705
Tints of Turtle Green #2A4705
RGB
CMYK
RGB Variations
Color information
#2A4705 (or 0x2A4705) is known color: Turtle Green. HEX triplet: 2A, 47 and 05. RGB value is (42,71,5). Sum of RGB (Red+Green+Blue) = 42+71+5=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4705 is #D5B8FA. Grayscale: #373737. Windows color (decimal): -14006523 or 345898. OLE color: 345898.
HSL color Cylindrical-coordinate representation of color #2A4705: hue angle of 86.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A4705 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 5 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.72 |
| HSL | 86.36º | 0.87% | 0.15% | - |
| HSV(B) | 86.36º | 0.93% | 0.28% | - |
| XYZ | 3.24 | 5.01 | 0.94 | - |
| YUV | 54.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 5 | 0.41 | 0 | 0.93 | 0.72 | 86.36 | 0.87 | 0.15 |
| Hex | 2A | 47 | 5 | 29 | 0 | 5D | 48 | 56 | 57 | F |
| Octal | 52 | 107 | 5 | 51 | 0 | 135 | 110 | 126 | 127 | 17 |
| Binary | 101010 | 1000111 | 101 | 101001 | 0 | 1011101 | 1001000 | 1010110 | 1010111 | 1111 |
Color Harmonies of #2A4705
Complementary color
Monochromatic Colors of #2A4705
Black with #2A4705
Text Example
Text Example
White with #2A4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4705; }
p { color: rgb(42,71,5); }
H1.HeaderClassName
{
color: #2A4705;
}
.AnyTagClassName
{
color: #2A4705;
}
</style>
background-color css
<style>
a { background-color: #2A4705; }
a { background-color: rgb(42,71,5); }
div.DivClassName
{
background-color: #2A4705;
}
.BgClassName
{
background-color: #2A4705;
}
</style>
border-color css
<style>
span { border-color: #2A4705; }
span { border-color: rgb(42,71,5); }
td.TdClassName
{
border-color: #2A4705;
}
.TagClassName
{
border-color: #2A4705;
}
</style>