Shades of Turtle Green #2A3710
Tints of Turtle Green #2A3710
RGB
CMYK
RGB Variations
Color information
#2A3710 (or 0x2A3710) is known color: Turtle Green. HEX triplet: 2A, 37 and 10. RGB value is (42,55,16). Sum of RGB (Red+Green+Blue) = 42+55+16=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3710 is #D5C8EF. Grayscale: #2E2E2E. Windows color (decimal): -14010608 or 1062698. OLE color: 1062698.
HSL color Cylindrical-coordinate representation of color #2A3710: hue angle of 80º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A3710 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 16 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.78 |
| HSL | 80º | 0.55% | 0.14% | - |
| HSV(B) | 80º | 0.71% | 0.22% | - |
| XYZ | 2.41 | 3.26 | 0.99 | - |
| YUV | 46.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 16 | 0.24 | 0 | 0.71 | 0.78 | 80 | 0.55 | 0.14 |
| Hex | 2A | 37 | 10 | 18 | 0 | 47 | 4E | 50 | 37 | E |
| Octal | 52 | 67 | 20 | 30 | 0 | 107 | 116 | 120 | 67 | 16 |
| Binary | 101010 | 110111 | 10000 | 11000 | 0 | 1000111 | 1001110 | 1010000 | 110111 | 1110 |
Color Harmonies of #2A3710
Complementary color
Monochromatic Colors of #2A3710
Black with #2A3710
Text Example
Text Example
White with #2A3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3710; }
p { color: rgb(42,55,16); }
H1.HeaderClassName
{
color: #2A3710;
}
.AnyTagClassName
{
color: #2A3710;
}
</style>
background-color css
<style>
a { background-color: #2A3710; }
a { background-color: rgb(42,55,16); }
div.DivClassName
{
background-color: #2A3710;
}
.BgClassName
{
background-color: #2A3710;
}
</style>
border-color css
<style>
span { border-color: #2A3710; }
span { border-color: rgb(42,55,16); }
td.TdClassName
{
border-color: #2A3710;
}
.TagClassName
{
border-color: #2A3710;
}
</style>