Shades of Turtle Green #2A470A
Tints of Turtle Green #2A470A
RGB
CMYK
RGB Variations
Color information
#2A470A (or 0x2A470A) is known color: Turtle Green. HEX triplet: 2A, 47 and 0A. RGB value is (42,71,10). Sum of RGB (Red+Green+Blue) = 42+71+10=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #2A470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A470A is #D5B8F5. Grayscale: #373737. Windows color (decimal): -14006518 or 673578. OLE color: 673578.
HSL color Cylindrical-coordinate representation of color #2A470A: hue angle of 88.52º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A470A is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 10 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.72 |
| HSL | 88.52º | 0.75% | 0.16% | - |
| HSV(B) | 88.52º | 0.86% | 0.28% | - |
| XYZ | 3.26 | 5.02 | 1.08 | - |
| YUV | 55.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 10 | 0.41 | 0 | 0.86 | 0.72 | 88.52 | 0.75 | 0.16 |
| Hex | 2A | 47 | A | 29 | 0 | 56 | 48 | 59 | 4B | 10 |
| Octal | 52 | 107 | 12 | 51 | 0 | 126 | 110 | 131 | 113 | 20 |
| Binary | 101010 | 1000111 | 1010 | 101001 | 0 | 1010110 | 1001000 | 1011001 | 1001011 | 10000 |
Color Harmonies of #2A470A
Complementary color
Monochromatic Colors of #2A470A
Black with #2A470A
Text Example
Text Example
White with #2A470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A470A; }
p { color: rgb(42,71,10); }
H1.HeaderClassName
{
color: #2A470A;
}
.AnyTagClassName
{
color: #2A470A;
}
</style>
background-color css
<style>
a { background-color: #2A470A; }
a { background-color: rgb(42,71,10); }
div.DivClassName
{
background-color: #2A470A;
}
.BgClassName
{
background-color: #2A470A;
}
</style>
border-color css
<style>
span { border-color: #2A470A; }
span { border-color: rgb(42,71,10); }
td.TdClassName
{
border-color: #2A470A;
}
.TagClassName
{
border-color: #2A470A;
}
</style>