Shades of Turtle Green #2A3B0A
Tints of Turtle Green #2A3B0A
RGB
CMYK
RGB Variations
Color information
#2A3B0A (or 0x2A3B0A) is known color: Turtle Green. HEX triplet: 2A, 3B and 0A. RGB value is (42,59,10). Sum of RGB (Red+Green+Blue) = 42+59+10=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3B0A is #D5C4F5. Grayscale: #303030. Windows color (decimal): -14009590 or 670506. OLE color: 670506.
HSL color Cylindrical-coordinate representation of color #2A3B0A: hue angle of 80.82º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A3B0A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 10 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.77 |
| HSL | 80.82º | 0.71% | 0.14% | - |
| HSV(B) | 80.82º | 0.83% | 0.23% | - |
| XYZ | 2.57 | 3.64 | 0.85 | - |
| YUV | 48.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 10 | 0.29 | 0 | 0.83 | 0.77 | 80.82 | 0.71 | 0.14 |
| Hex | 2A | 3B | A | 1D | 0 | 53 | 4D | 51 | 47 | E |
| Octal | 52 | 73 | 12 | 35 | 0 | 123 | 115 | 121 | 107 | 16 |
| Binary | 101010 | 111011 | 1010 | 11101 | 0 | 1010011 | 1001101 | 1010001 | 1000111 | 1110 |
Color Harmonies of #2A3B0A
Complementary color
Monochromatic Colors of #2A3B0A
Black with #2A3B0A
Text Example
Text Example
White with #2A3B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B0A; }
p { color: rgb(42,59,10); }
H1.HeaderClassName
{
color: #2A3B0A;
}
.AnyTagClassName
{
color: #2A3B0A;
}
</style>
background-color css
<style>
a { background-color: #2A3B0A; }
a { background-color: rgb(42,59,10); }
div.DivClassName
{
background-color: #2A3B0A;
}
.BgClassName
{
background-color: #2A3B0A;
}
</style>
border-color css
<style>
span { border-color: #2A3B0A; }
span { border-color: rgb(42,59,10); }
td.TdClassName
{
border-color: #2A3B0A;
}
.TagClassName
{
border-color: #2A3B0A;
}
</style>