Shades of Turtle Green #2A500A
Tints of Turtle Green #2A500A
RGB
CMYK
RGB Variations
Color information
#2A500A (or 0x2A500A) is known color: Turtle Green. HEX triplet: 2A, 50 and 0A. RGB value is (42,80,10). Sum of RGB (Red+Green+Blue) = 42+80+10=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #2A500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A500A is #D5AFF5. Grayscale: #3C3C3C. Windows color (decimal): -14004214 or 675882. OLE color: 675882.
HSL color Cylindrical-coordinate representation of color #2A500A: hue angle of 92.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A500A is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 10 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.69 |
| HSL | 92.57º | 0.78% | 0.18% | - |
| HSV(B) | 92.57º | 0.88% | 0.31% | - |
| XYZ | 3.88 | 6.25 | 1.29 | - |
| YUV | 60.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 10 | 0.48 | 0 | 0.87 | 0.69 | 92.57 | 0.78 | 0.18 |
| Hex | 2A | 50 | A | 30 | 0 | 57 | 45 | 5D | 4E | 12 |
| Octal | 52 | 120 | 12 | 60 | 0 | 127 | 105 | 135 | 116 | 22 |
| Binary | 101010 | 1010000 | 1010 | 110000 | 0 | 1010111 | 1000101 | 1011101 | 1001110 | 10010 |
Color Harmonies of #2A500A
Complementary color
Monochromatic Colors of #2A500A
Black with #2A500A
Text Example
Text Example
White with #2A500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A500A; }
p { color: rgb(42,80,10); }
H1.HeaderClassName
{
color: #2A500A;
}
.AnyTagClassName
{
color: #2A500A;
}
</style>
background-color css
<style>
a { background-color: #2A500A; }
a { background-color: rgb(42,80,10); }
div.DivClassName
{
background-color: #2A500A;
}
.BgClassName
{
background-color: #2A500A;
}
</style>
border-color css
<style>
span { border-color: #2A500A; }
span { border-color: rgb(42,80,10); }
td.TdClassName
{
border-color: #2A500A;
}
.TagClassName
{
border-color: #2A500A;
}
</style>