Shades of Green #01630B
Tints of Green #01630B
RGB
CMYK
RGB Variations
Color information
#01630B (or 0x01630B) is known color: Green. HEX triplet: 01, 63 and 0B. RGB value is (1,99,11). Sum of RGB (Red+Green+Blue) = 1+99+11=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 99 (39.06% from 255 or 89.19% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 99 - color contains mainly: green. Hex color #01630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01630B is #FE9CF4. Grayscale: #3B3B3B. Windows color (decimal): -16686325 or 746241. OLE color: 746241.
HSL color Cylindrical-coordinate representation of color #01630B: hue angle of 126.12º 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 #01630B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 11 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.61 |
| HSL | 126.12º | 0.98% | 0.2% | - |
| HSV(B) | 126.12º | 0.99% | 0.39% | - |
| XYZ | 4.53 | 8.95 | 1.81 | - |
| YUV | 59.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 11 | 0.99 | 0 | 0.89 | 0.61 | 126.12 | 0.98 | 0.2 |
| Hex | 1 | 63 | B | 63 | 0 | 59 | 3D | 7E | 62 | 14 |
| Octal | 1 | 143 | 13 | 143 | 0 | 131 | 75 | 176 | 142 | 24 |
| Binary | 1 | 1100011 | 1011 | 1100011 | 0 | 1011001 | 111101 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01630B
Complementary color
Monochromatic Colors of #01630B
Black with #01630B
Text Example
Text Example
White with #01630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01630B; }
p { color: rgb(1,99,11); }
H1.HeaderClassName
{
color: #01630B;
}
.AnyTagClassName
{
color: #01630B;
}
</style>
background-color css
<style>
a { background-color: #01630B; }
a { background-color: rgb(1,99,11); }
div.DivClassName
{
background-color: #01630B;
}
.BgClassName
{
background-color: #01630B;
}
</style>
border-color css
<style>
span { border-color: #01630B; }
span { border-color: rgb(1,99,11); }
td.TdClassName
{
border-color: #01630B;
}
.TagClassName
{
border-color: #01630B;
}
</style>