Shades of Turtle Green #2A480D
Tints of Turtle Green #2A480D
RGB
CMYK
RGB Variations
Color information
#2A480D (or 0x2A480D) is known color: Turtle Green. HEX triplet: 2A, 48 and 0D. RGB value is (42,72,13). Sum of RGB (Red+Green+Blue) = 42+72+13=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #2A480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A480D is #D5B7F2. Grayscale: #383838. Windows color (decimal): -14006259 or 870442. OLE color: 870442.
HSL color Cylindrical-coordinate representation of color #2A480D: hue angle of 90.51º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A480D is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 13 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.72 |
| HSL | 90.51º | 0.69% | 0.17% | - |
| HSV(B) | 90.51º | 0.82% | 0.28% | - |
| XYZ | 3.34 | 5.16 | 1.2 | - |
| YUV | 56.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 13 | 0.42 | 0 | 0.82 | 0.72 | 90.51 | 0.69 | 0.17 |
| Hex | 2A | 48 | D | 2A | 0 | 52 | 48 | 5B | 45 | 11 |
| Octal | 52 | 110 | 15 | 52 | 0 | 122 | 110 | 133 | 105 | 21 |
| Binary | 101010 | 1001000 | 1101 | 101010 | 0 | 1010010 | 1001000 | 1011011 | 1000101 | 10001 |
Color Harmonies of #2A480D
Complementary color
Monochromatic Colors of #2A480D
Black with #2A480D
Text Example
Text Example
White with #2A480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A480D; }
p { color: rgb(42,72,13); }
H1.HeaderClassName
{
color: #2A480D;
}
.AnyTagClassName
{
color: #2A480D;
}
</style>
background-color css
<style>
a { background-color: #2A480D; }
a { background-color: rgb(42,72,13); }
div.DivClassName
{
background-color: #2A480D;
}
.BgClassName
{
background-color: #2A480D;
}
</style>
border-color css
<style>
span { border-color: #2A480D; }
span { border-color: rgb(42,72,13); }
td.TdClassName
{
border-color: #2A480D;
}
.TagClassName
{
border-color: #2A480D;
}
</style>