Shades of Turtle Green #2A470D
Tints of Turtle Green #2A470D
RGB
CMYK
RGB Variations
Color information
#2A470D (or 0x2A470D) is known color: Turtle Green. HEX triplet: 2A, 47 and 0D. RGB value is (42,71,13). Sum of RGB (Red+Green+Blue) = 42+71+13=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #2A470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A470D is #D5B8F2. Grayscale: #373737. Windows color (decimal): -14006515 or 870186. OLE color: 870186.
HSL color Cylindrical-coordinate representation of color #2A470D: hue angle of 90º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A470D is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 13 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.72 |
| HSL | 90º | 0.69% | 0.16% | - |
| HSV(B) | 90º | 0.82% | 0.28% | - |
| XYZ | 3.28 | 5.03 | 1.18 | - |
| YUV | 55.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 13 | 0.41 | 0 | 0.82 | 0.72 | 90 | 0.69 | 0.16 |
| Hex | 2A | 47 | D | 29 | 0 | 52 | 48 | 5A | 45 | 10 |
| Octal | 52 | 107 | 15 | 51 | 0 | 122 | 110 | 132 | 105 | 20 |
| Binary | 101010 | 1000111 | 1101 | 101001 | 0 | 1010010 | 1001000 | 1011010 | 1000101 | 10000 |
Color Harmonies of #2A470D
Complementary color
Monochromatic Colors of #2A470D
Black with #2A470D
Text Example
Text Example
White with #2A470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A470D; }
p { color: rgb(42,71,13); }
H1.HeaderClassName
{
color: #2A470D;
}
.AnyTagClassName
{
color: #2A470D;
}
</style>
background-color css
<style>
a { background-color: #2A470D; }
a { background-color: rgb(42,71,13); }
div.DivClassName
{
background-color: #2A470D;
}
.BgClassName
{
background-color: #2A470D;
}
</style>
border-color css
<style>
span { border-color: #2A470D; }
span { border-color: rgb(42,71,13); }
td.TdClassName
{
border-color: #2A470D;
}
.TagClassName
{
border-color: #2A470D;
}
</style>