Shades of Turtle Green #2A3810
Tints of Turtle Green #2A3810
RGB
CMYK
RGB Variations
Color information
#2A3810 (or 0x2A3810) is known color: Turtle Green. HEX triplet: 2A, 38 and 10. RGB value is (42,56,16). Sum of RGB (Red+Green+Blue) = 42+56+16=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3810 is #D5C7EF. Grayscale: #2F2F2F. Windows color (decimal): -14010352 or 1062954. OLE color: 1062954.
HSL color Cylindrical-coordinate representation of color #2A3810: hue angle of 81º degrees, saturation: 0.56, 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 #2A3810 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 16 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.78 |
| HSL | 81º | 0.56% | 0.14% | - |
| HSV(B) | 81º | 0.71% | 0.22% | - |
| XYZ | 2.46 | 3.36 | 1.01 | - |
| YUV | 47.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 16 | 0.25 | 0 | 0.71 | 0.78 | 81 | 0.56 | 0.14 |
| Hex | 2A | 38 | 10 | 19 | 0 | 47 | 4E | 51 | 38 | E |
| Octal | 52 | 70 | 20 | 31 | 0 | 107 | 116 | 121 | 70 | 16 |
| Binary | 101010 | 111000 | 10000 | 11001 | 0 | 1000111 | 1001110 | 1010001 | 111000 | 1110 |
Color Harmonies of #2A3810
Complementary color
Monochromatic Colors of #2A3810
Black with #2A3810
Text Example
Text Example
White with #2A3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3810; }
p { color: rgb(42,56,16); }
H1.HeaderClassName
{
color: #2A3810;
}
.AnyTagClassName
{
color: #2A3810;
}
</style>
background-color css
<style>
a { background-color: #2A3810; }
a { background-color: rgb(42,56,16); }
div.DivClassName
{
background-color: #2A3810;
}
.BgClassName
{
background-color: #2A3810;
}
</style>
border-color css
<style>
span { border-color: #2A3810; }
span { border-color: rgb(42,56,16); }
td.TdClassName
{
border-color: #2A3810;
}
.TagClassName
{
border-color: #2A3810;
}
</style>