Shades of Turtle Green #2A5603
Tints of Turtle Green #2A5603
RGB
CMYK
RGB Variations
Color information
#2A5603 (or 0x2A5603) is known color: Turtle Green. HEX triplet: 2A, 56 and 03. RGB value is (42,86,3). Sum of RGB (Red+Green+Blue) = 42+86+3=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5603 is #D5A9FC. Grayscale: #3F3F3F. Windows color (decimal): -14002685 or 218666. OLE color: 218666.
HSL color Cylindrical-coordinate representation of color #2A5603: hue angle of 91.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A5603 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 3 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.66 |
| HSL | 91.81º | 0.93% | 0.17% | - |
| HSV(B) | 91.81º | 0.97% | 0.34% | - |
| XYZ | 4.3 | 7.15 | 1.24 | - |
| YUV | 63.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 3 | 0.51 | 0 | 0.97 | 0.66 | 91.81 | 0.93 | 0.17 |
| Hex | 2A | 56 | 3 | 33 | 0 | 61 | 42 | 5C | 5D | 11 |
| Octal | 52 | 126 | 3 | 63 | 0 | 141 | 102 | 134 | 135 | 21 |
| Binary | 101010 | 1010110 | 11 | 110011 | 0 | 1100001 | 1000010 | 1011100 | 1011101 | 10001 |
Color Harmonies of #2A5603
Complementary color
Monochromatic Colors of #2A5603
Black with #2A5603
Text Example
Text Example
White with #2A5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5603; }
p { color: rgb(42,86,3); }
H1.HeaderClassName
{
color: #2A5603;
}
.AnyTagClassName
{
color: #2A5603;
}
</style>
background-color css
<style>
a { background-color: #2A5603; }
a { background-color: rgb(42,86,3); }
div.DivClassName
{
background-color: #2A5603;
}
.BgClassName
{
background-color: #2A5603;
}
</style>
border-color css
<style>
span { border-color: #2A5603; }
span { border-color: rgb(42,86,3); }
td.TdClassName
{
border-color: #2A5603;
}
.TagClassName
{
border-color: #2A5603;
}
</style>