Shades of Green #01630E
Tints of Green #01630E
RGB
CMYK
RGB Variations
Color information
#01630E (or 0x01630E) is known color: Green. HEX triplet: 01, 63 and 0E. RGB value is (1,99,14). Sum of RGB (Red+Green+Blue) = 1+99+14=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 99 (39.06% from 255 or 86.84% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 99 - color contains mainly: green. Hex color #01630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01630E is #FE9CF1. Grayscale: #3C3C3C. Windows color (decimal): -16686322 or 942849. OLE color: 942849.
HSL color Cylindrical-coordinate representation of color #01630E: hue angle of 127.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01630E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 14 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.61 |
| HSL | 127.96º | 0.98% | 0.2% | - |
| HSV(B) | 127.96º | 0.99% | 0.39% | - |
| XYZ | 4.55 | 8.96 | 1.91 | - |
| YUV | 60.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 14 | 0.99 | 0 | 0.86 | 0.61 | 127.96 | 0.98 | 0.2 |
| Hex | 1 | 63 | E | 63 | 0 | 56 | 3D | 80 | 62 | 14 |
| Octal | 1 | 143 | 16 | 143 | 0 | 126 | 75 | 200 | 142 | 24 |
| Binary | 1 | 1100011 | 1110 | 1100011 | 0 | 1010110 | 111101 | 10000000 | 1100010 | 10100 |
Color Harmonies of #01630E
Complementary color
Monochromatic Colors of #01630E
Black with #01630E
Text Example
Text Example
White with #01630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01630E; }
p { color: rgb(1,99,14); }
H1.HeaderClassName
{
color: #01630E;
}
.AnyTagClassName
{
color: #01630E;
}
</style>
background-color css
<style>
a { background-color: #01630E; }
a { background-color: rgb(1,99,14); }
div.DivClassName
{
background-color: #01630E;
}
.BgClassName
{
background-color: #01630E;
}
</style>
border-color css
<style>
span { border-color: #01630E; }
span { border-color: rgb(1,99,14); }
td.TdClassName
{
border-color: #01630E;
}
.TagClassName
{
border-color: #01630E;
}
</style>