Shades of Turtle Green #2A4608
Tints of Turtle Green #2A4608
RGB
CMYK
RGB Variations
Color information
#2A4608 (or 0x2A4608) is known color: Turtle Green. HEX triplet: 2A, 46 and 08. RGB value is (42,70,8). Sum of RGB (Red+Green+Blue) = 42+70+8=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4608 is #D5B9F7. Grayscale: #363636. Windows color (decimal): -14006776 or 542250. OLE color: 542250.
HSL color Cylindrical-coordinate representation of color #2A4608: hue angle of 87.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A4608 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 8 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.73 |
| HSL | 87.1º | 0.79% | 0.15% | - |
| HSV(B) | 87.1º | 0.89% | 0.27% | - |
| XYZ | 3.19 | 4.89 | 1.01 | - |
| YUV | 54.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 8 | 0.40 | 0 | 0.89 | 0.73 | 87.1 | 0.79 | 0.15 |
| Hex | 2A | 46 | 8 | 28 | 0 | 59 | 49 | 57 | 4F | F |
| Octal | 52 | 106 | 10 | 50 | 0 | 131 | 111 | 127 | 117 | 17 |
| Binary | 101010 | 1000110 | 1000 | 101000 | 0 | 1011001 | 1001001 | 1010111 | 1001111 | 1111 |
Color Harmonies of #2A4608
Complementary color
Monochromatic Colors of #2A4608
Black with #2A4608
Text Example
Text Example
White with #2A4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4608; }
p { color: rgb(42,70,8); }
H1.HeaderClassName
{
color: #2A4608;
}
.AnyTagClassName
{
color: #2A4608;
}
</style>
background-color css
<style>
a { background-color: #2A4608; }
a { background-color: rgb(42,70,8); }
div.DivClassName
{
background-color: #2A4608;
}
.BgClassName
{
background-color: #2A4608;
}
</style>
border-color css
<style>
span { border-color: #2A4608; }
span { border-color: rgb(42,70,8); }
td.TdClassName
{
border-color: #2A4608;
}
.TagClassName
{
border-color: #2A4608;
}
</style>