Shades of Turtle Green #2A5A02
Tints of Turtle Green #2A5A02
RGB
CMYK
RGB Variations
Color information
#2A5A02 (or 0x2A5A02) is known color: Turtle Green. HEX triplet: 2A, 5A and 02. RGB value is (42,90,2). Sum of RGB (Red+Green+Blue) = 42+90+2=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 90 (35.55% from 255 or 67.16% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5A02 is #D5A5FD. Grayscale: #414141. Windows color (decimal): -14001662 or 154154. OLE color: 154154.
HSL color Cylindrical-coordinate representation of color #2A5A02: hue angle of 92.73º 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 #2A5A02 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 2 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.65 |
| HSL | 92.73º | 0.96% | 0.18% | - |
| HSV(B) | 92.73º | 0.98% | 0.35% | - |
| XYZ | 4.62 | 7.81 | 1.32 | - |
| YUV | 65.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 2 | 0.53 | 0 | 0.98 | 0.65 | 92.73 | 0.96 | 0.18 |
| Hex | 2A | 5A | 2 | 35 | 0 | 62 | 41 | 5D | 60 | 12 |
| Octal | 52 | 132 | 2 | 65 | 0 | 142 | 101 | 135 | 140 | 22 |
| Binary | 101010 | 1011010 | 10 | 110101 | 0 | 1100010 | 1000001 | 1011101 | 1100000 | 10010 |
Color Harmonies of #2A5A02
Complementary color
Monochromatic Colors of #2A5A02
Black with #2A5A02
Text Example
Text Example
White with #2A5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A02; }
p { color: rgb(42,90,2); }
H1.HeaderClassName
{
color: #2A5A02;
}
.AnyTagClassName
{
color: #2A5A02;
}
</style>
background-color css
<style>
a { background-color: #2A5A02; }
a { background-color: rgb(42,90,2); }
div.DivClassName
{
background-color: #2A5A02;
}
.BgClassName
{
background-color: #2A5A02;
}
</style>
border-color css
<style>
span { border-color: #2A5A02; }
span { border-color: rgb(42,90,2); }
td.TdClassName
{
border-color: #2A5A02;
}
.TagClassName
{
border-color: #2A5A02;
}
</style>