Shades of Turtle Green #2A5902
Tints of Turtle Green #2A5902
RGB
CMYK
RGB Variations
Color information
#2A5902 (or 0x2A5902) is known color: Turtle Green. HEX triplet: 2A, 59 and 02. RGB value is (42,89,2). Sum of RGB (Red+Green+Blue) = 42+89+2=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5902 is #D5A6FD. Grayscale: #414141. Windows color (decimal): -14001918 or 153898. OLE color: 153898.
HSL color Cylindrical-coordinate representation of color #2A5902: hue angle of 92.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A5902 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 2 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.65 |
| HSL | 92.41º | 0.96% | 0.18% | - |
| HSV(B) | 92.41º | 0.98% | 0.35% | - |
| XYZ | 4.54 | 7.64 | 1.29 | - |
| YUV | 65.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 2 | 0.53 | 0 | 0.98 | 0.65 | 92.41 | 0.96 | 0.18 |
| Hex | 2A | 59 | 2 | 35 | 0 | 62 | 41 | 5C | 60 | 12 |
| Octal | 52 | 131 | 2 | 65 | 0 | 142 | 101 | 134 | 140 | 22 |
| Binary | 101010 | 1011001 | 10 | 110101 | 0 | 1100010 | 1000001 | 1011100 | 1100000 | 10010 |
Color Harmonies of #2A5902
Complementary color
Monochromatic Colors of #2A5902
Black with #2A5902
Text Example
Text Example
White with #2A5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5902; }
p { color: rgb(42,89,2); }
H1.HeaderClassName
{
color: #2A5902;
}
.AnyTagClassName
{
color: #2A5902;
}
</style>
background-color css
<style>
a { background-color: #2A5902; }
a { background-color: rgb(42,89,2); }
div.DivClassName
{
background-color: #2A5902;
}
.BgClassName
{
background-color: #2A5902;
}
</style>
border-color css
<style>
span { border-color: #2A5902; }
span { border-color: rgb(42,89,2); }
td.TdClassName
{
border-color: #2A5902;
}
.TagClassName
{
border-color: #2A5902;
}
</style>