Shades of Green #02630C
Tints of Green #02630C
RGB
CMYK
RGB Variations
Color information
#02630C (or 0x02630C) is known color: Green. HEX triplet: 02, 63 and 0C. RGB value is (2,99,12). Sum of RGB (Red+Green+Blue) = 2+99+12=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #02630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02630C is #FD9CF3. Grayscale: #3C3C3C. Windows color (decimal): -16620788 or 811778. OLE color: 811778.
HSL color Cylindrical-coordinate representation of color #02630C: hue angle of 126.19º 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 #02630C is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 99 | 12 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.61 |
| HSL | 126.19º | 0.96% | 0.2% | - |
| HSV(B) | 126.19º | 0.98% | 0.39% | - |
| XYZ | 4.55 | 8.96 | 1.84 | - |
| YUV | 60.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 12 | 0.98 | 0 | 0.88 | 0.61 | 126.19 | 0.96 | 0.2 |
| Hex | 2 | 63 | C | 62 | 0 | 58 | 3D | 7E | 60 | 14 |
| Octal | 2 | 143 | 14 | 142 | 0 | 130 | 75 | 176 | 140 | 24 |
| Binary | 10 | 1100011 | 1100 | 1100010 | 0 | 1011000 | 111101 | 1111110 | 1100000 | 10100 |
Color Harmonies of #02630C
Complementary color
Monochromatic Colors of #02630C
Black with #02630C
Text Example
Text Example
White with #02630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02630C; }
p { color: rgb(2,99,12); }
H1.HeaderClassName
{
color: #02630C;
}
.AnyTagClassName
{
color: #02630C;
}
</style>
background-color css
<style>
a { background-color: #02630C; }
a { background-color: rgb(2,99,12); }
div.DivClassName
{
background-color: #02630C;
}
.BgClassName
{
background-color: #02630C;
}
</style>
border-color css
<style>
span { border-color: #02630C; }
span { border-color: rgb(2,99,12); }
td.TdClassName
{
border-color: #02630C;
}
.TagClassName
{
border-color: #02630C;
}
</style>