Shades of Green #02630A
Tints of Green #02630A
RGB
CMYK
RGB Variations
Color information
#02630A (or 0x02630A) is known color: Green. HEX triplet: 02, 63 and 0A. RGB value is (2,99,10). Sum of RGB (Red+Green+Blue) = 2+99+10=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 99 (39.06% from 255 or 89.19% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 99 - color contains mainly: green. Hex color #02630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02630A is #FD9CF5. Grayscale: #3C3C3C. Windows color (decimal): -16620790 or 680706. OLE color: 680706.
HSL color Cylindrical-coordinate representation of color #02630A: hue angle of 124.95º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02630A is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 99 | 10 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.61 |
| HSL | 124.95º | 0.96% | 0.2% | - |
| HSV(B) | 124.95º | 0.98% | 0.39% | - |
| XYZ | 4.54 | 8.96 | 1.78 | - |
| YUV | 59.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 10 | 0.98 | 0 | 0.90 | 0.61 | 124.95 | 0.96 | 0.2 |
| Hex | 2 | 63 | A | 62 | 0 | 5A | 3D | 7D | 60 | 14 |
| Octal | 2 | 143 | 12 | 142 | 0 | 132 | 75 | 175 | 140 | 24 |
| Binary | 10 | 1100011 | 1010 | 1100010 | 0 | 1011010 | 111101 | 1111101 | 1100000 | 10100 |
Color Harmonies of #02630A
Complementary color
Monochromatic Colors of #02630A
Black with #02630A
Text Example
Text Example
White with #02630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02630A; }
p { color: rgb(2,99,10); }
H1.HeaderClassName
{
color: #02630A;
}
.AnyTagClassName
{
color: #02630A;
}
</style>
background-color css
<style>
a { background-color: #02630A; }
a { background-color: rgb(2,99,10); }
div.DivClassName
{
background-color: #02630A;
}
.BgClassName
{
background-color: #02630A;
}
</style>
border-color css
<style>
span { border-color: #02630A; }
span { border-color: rgb(2,99,10); }
td.TdClassName
{
border-color: #02630A;
}
.TagClassName
{
border-color: #02630A;
}
</style>