Shades of Turtle Green #2A4209
Tints of Turtle Green #2A4209
RGB
CMYK
RGB Variations
Color information
#2A4209 (or 0x2A4209) is known color: Turtle Green. HEX triplet: 2A, 42 and 09. RGB value is (42,66,9). Sum of RGB (Red+Green+Blue) = 42+66+9=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4209 is #D5BDF6. Grayscale: #343434. Windows color (decimal): -14007799 or 606762. OLE color: 606762.
HSL color Cylindrical-coordinate representation of color #2A4209: hue angle of 85.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A4209 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 9 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.74 |
| HSL | 85.26º | 0.76% | 0.15% | - |
| HSV(B) | 85.26º | 0.86% | 0.26% | - |
| XYZ | 2.95 | 4.41 | 0.95 | - |
| YUV | 52.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 9 | 0.36 | 0 | 0.86 | 0.74 | 85.26 | 0.76 | 0.15 |
| Hex | 2A | 42 | 9 | 24 | 0 | 56 | 4A | 55 | 4C | F |
| Octal | 52 | 102 | 11 | 44 | 0 | 126 | 112 | 125 | 114 | 17 |
| Binary | 101010 | 1000010 | 1001 | 100100 | 0 | 1010110 | 1001010 | 1010101 | 1001100 | 1111 |
Color Harmonies of #2A4209
Complementary color
Monochromatic Colors of #2A4209
Black with #2A4209
Text Example
Text Example
White with #2A4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4209; }
p { color: rgb(42,66,9); }
H1.HeaderClassName
{
color: #2A4209;
}
.AnyTagClassName
{
color: #2A4209;
}
</style>
background-color css
<style>
a { background-color: #2A4209; }
a { background-color: rgb(42,66,9); }
div.DivClassName
{
background-color: #2A4209;
}
.BgClassName
{
background-color: #2A4209;
}
</style>
border-color css
<style>
span { border-color: #2A4209; }
span { border-color: rgb(42,66,9); }
td.TdClassName
{
border-color: #2A4209;
}
.TagClassName
{
border-color: #2A4209;
}
</style>