Shades of Turtle Green #2A3809
Tints of Turtle Green #2A3809
RGB
CMYK
RGB Variations
Color information
#2A3809 (or 0x2A3809) is known color: Turtle Green. HEX triplet: 2A, 38 and 09. RGB value is (42,56,9). Sum of RGB (Red+Green+Blue) = 42+56+9=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3809 is #D5C7F6. Grayscale: #2E2E2E. Windows color (decimal): -14010359 or 604202. OLE color: 604202.
HSL color Cylindrical-coordinate representation of color #2A3809: hue angle of 77.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A3809 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 9 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.78 |
| HSL | 77.87º | 0.72% | 0.13% | - |
| HSV(B) | 77.87º | 0.84% | 0.22% | - |
| XYZ | 2.42 | 3.34 | 0.78 | - |
| YUV | 46.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 9 | 0.25 | 0 | 0.84 | 0.78 | 77.87 | 0.72 | 0.13 |
| Hex | 2A | 38 | 9 | 19 | 0 | 54 | 4E | 4E | 48 | D |
| Octal | 52 | 70 | 11 | 31 | 0 | 124 | 116 | 116 | 110 | 15 |
| Binary | 101010 | 111000 | 1001 | 11001 | 0 | 1010100 | 1001110 | 1001110 | 1001000 | 1101 |
Color Harmonies of #2A3809
Complementary color
Monochromatic Colors of #2A3809
Black with #2A3809
Text Example
Text Example
White with #2A3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3809; }
p { color: rgb(42,56,9); }
H1.HeaderClassName
{
color: #2A3809;
}
.AnyTagClassName
{
color: #2A3809;
}
</style>
background-color css
<style>
a { background-color: #2A3809; }
a { background-color: rgb(42,56,9); }
div.DivClassName
{
background-color: #2A3809;
}
.BgClassName
{
background-color: #2A3809;
}
</style>
border-color css
<style>
span { border-color: #2A3809; }
span { border-color: rgb(42,56,9); }
td.TdClassName
{
border-color: #2A3809;
}
.TagClassName
{
border-color: #2A3809;
}
</style>