Shades of Turtle Green #2A4809
Tints of Turtle Green #2A4809
RGB
CMYK
RGB Variations
Color information
#2A4809 (or 0x2A4809) is known color: Turtle Green. HEX triplet: 2A, 48 and 09. RGB value is (42,72,9). Sum of RGB (Red+Green+Blue) = 42+72+9=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4809 is #D5B7F6. Grayscale: #383838. Windows color (decimal): -14006263 or 608298. OLE color: 608298.
HSL color Cylindrical-coordinate representation of color #2A4809: hue angle of 88.57º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A4809 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 9 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.72 |
| HSL | 88.57º | 0.78% | 0.16% | - |
| HSV(B) | 88.57º | 0.88% | 0.28% | - |
| XYZ | 3.32 | 5.15 | 1.08 | - |
| YUV | 55.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 9 | 0.42 | 0 | 0.88 | 0.72 | 88.57 | 0.78 | 0.16 |
| Hex | 2A | 48 | 9 | 2A | 0 | 58 | 48 | 59 | 4E | 10 |
| Octal | 52 | 110 | 11 | 52 | 0 | 130 | 110 | 131 | 116 | 20 |
| Binary | 101010 | 1001000 | 1001 | 101010 | 0 | 1011000 | 1001000 | 1011001 | 1001110 | 10000 |
Color Harmonies of #2A4809
Complementary color
Monochromatic Colors of #2A4809
Black with #2A4809
Text Example
Text Example
White with #2A4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4809; }
p { color: rgb(42,72,9); }
H1.HeaderClassName
{
color: #2A4809;
}
.AnyTagClassName
{
color: #2A4809;
}
</style>
background-color css
<style>
a { background-color: #2A4809; }
a { background-color: rgb(42,72,9); }
div.DivClassName
{
background-color: #2A4809;
}
.BgClassName
{
background-color: #2A4809;
}
</style>
border-color css
<style>
span { border-color: #2A4809; }
span { border-color: rgb(42,72,9); }
td.TdClassName
{
border-color: #2A4809;
}
.TagClassName
{
border-color: #2A4809;
}
</style>