Shades of Turtle Green #2A5802
Tints of Turtle Green #2A5802
RGB
CMYK
RGB Variations
Color information
#2A5802 (or 0x2A5802) is known color: Turtle Green. HEX triplet: 2A, 58 and 02. RGB value is (42,88,2). Sum of RGB (Red+Green+Blue) = 42+88+2=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5802 is #D5A7FD. Grayscale: #404040. Windows color (decimal): -14002174 or 153642. OLE color: 153642.
HSL color Cylindrical-coordinate representation of color #2A5802: hue angle of 92.09º 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 #2A5802 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 2 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.65 |
| HSL | 92.09º | 0.96% | 0.18% | - |
| HSV(B) | 92.09º | 0.98% | 0.35% | - |
| XYZ | 4.46 | 7.48 | 1.27 | - |
| YUV | 64.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 2 | 0.52 | 0 | 0.98 | 0.65 | 92.09 | 0.96 | 0.18 |
| Hex | 2A | 58 | 2 | 34 | 0 | 62 | 41 | 5C | 60 | 12 |
| Octal | 52 | 130 | 2 | 64 | 0 | 142 | 101 | 134 | 140 | 22 |
| Binary | 101010 | 1011000 | 10 | 110100 | 0 | 1100010 | 1000001 | 1011100 | 1100000 | 10010 |
Color Harmonies of #2A5802
Complementary color
Monochromatic Colors of #2A5802
Black with #2A5802
Text Example
Text Example
White with #2A5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5802; }
p { color: rgb(42,88,2); }
H1.HeaderClassName
{
color: #2A5802;
}
.AnyTagClassName
{
color: #2A5802;
}
</style>
background-color css
<style>
a { background-color: #2A5802; }
a { background-color: rgb(42,88,2); }
div.DivClassName
{
background-color: #2A5802;
}
.BgClassName
{
background-color: #2A5802;
}
</style>
border-color css
<style>
span { border-color: #2A5802; }
span { border-color: rgb(42,88,2); }
td.TdClassName
{
border-color: #2A5802;
}
.TagClassName
{
border-color: #2A5802;
}
</style>