Shades of Turtle Green #2A4709
Tints of Turtle Green #2A4709
RGB
CMYK
RGB Variations
Color information
#2A4709 (or 0x2A4709) is known color: Turtle Green. HEX triplet: 2A, 47 and 09. RGB value is (42,71,9). Sum of RGB (Red+Green+Blue) = 42+71+9=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4709 is #D5B8F6. Grayscale: #373737. Windows color (decimal): -14006519 or 608042. OLE color: 608042.
HSL color Cylindrical-coordinate representation of color #2A4709: hue angle of 88.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A4709 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 9 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.72 |
| HSL | 88.06º | 0.78% | 0.16% | - |
| HSV(B) | 88.06º | 0.87% | 0.28% | - |
| XYZ | 3.26 | 5.02 | 1.06 | - |
| YUV | 55.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 9 | 0.41 | 0 | 0.87 | 0.72 | 88.06 | 0.78 | 0.16 |
| Hex | 2A | 47 | 9 | 29 | 0 | 57 | 48 | 58 | 4E | 10 |
| Octal | 52 | 107 | 11 | 51 | 0 | 127 | 110 | 130 | 116 | 20 |
| Binary | 101010 | 1000111 | 1001 | 101001 | 0 | 1010111 | 1001000 | 1011000 | 1001110 | 10000 |
Color Harmonies of #2A4709
Complementary color
Monochromatic Colors of #2A4709
Black with #2A4709
Text Example
Text Example
White with #2A4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4709; }
p { color: rgb(42,71,9); }
H1.HeaderClassName
{
color: #2A4709;
}
.AnyTagClassName
{
color: #2A4709;
}
</style>
background-color css
<style>
a { background-color: #2A4709; }
a { background-color: rgb(42,71,9); }
div.DivClassName
{
background-color: #2A4709;
}
.BgClassName
{
background-color: #2A4709;
}
</style>
border-color css
<style>
span { border-color: #2A4709; }
span { border-color: rgb(42,71,9); }
td.TdClassName
{
border-color: #2A4709;
}
.TagClassName
{
border-color: #2A4709;
}
</style>