Shades of Turtle Green #2A490A
Tints of Turtle Green #2A490A
RGB
CMYK
RGB Variations
Color information
#2A490A (or 0x2A490A) is known color: Turtle Green. HEX triplet: 2A, 49 and 0A. RGB value is (42,73,10). Sum of RGB (Red+Green+Blue) = 42+73+10=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #2A490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A490A is #D5B6F5. Grayscale: #383838. Windows color (decimal): -14006006 or 674090. OLE color: 674090.
HSL color Cylindrical-coordinate representation of color #2A490A: hue angle of 89.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A490A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 10 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.71 |
| HSL | 89.52º | 0.76% | 0.16% | - |
| HSV(B) | 89.52º | 0.86% | 0.29% | - |
| XYZ | 3.39 | 5.28 | 1.13 | - |
| YUV | 56.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 10 | 0.42 | 0 | 0.86 | 0.71 | 89.52 | 0.76 | 0.16 |
| Hex | 2A | 49 | A | 2A | 0 | 56 | 47 | 5A | 4C | 10 |
| Octal | 52 | 111 | 12 | 52 | 0 | 126 | 107 | 132 | 114 | 20 |
| Binary | 101010 | 1001001 | 1010 | 101010 | 0 | 1010110 | 1000111 | 1011010 | 1001100 | 10000 |
Color Harmonies of #2A490A
Complementary color
Monochromatic Colors of #2A490A
Black with #2A490A
Text Example
Text Example
White with #2A490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A490A; }
p { color: rgb(42,73,10); }
H1.HeaderClassName
{
color: #2A490A;
}
.AnyTagClassName
{
color: #2A490A;
}
</style>
background-color css
<style>
a { background-color: #2A490A; }
a { background-color: rgb(42,73,10); }
div.DivClassName
{
background-color: #2A490A;
}
.BgClassName
{
background-color: #2A490A;
}
</style>
border-color css
<style>
span { border-color: #2A490A; }
span { border-color: rgb(42,73,10); }
td.TdClassName
{
border-color: #2A490A;
}
.TagClassName
{
border-color: #2A490A;
}
</style>