Shades of Green #01630F
Tints of Green #01630F
RGB
CMYK
RGB Variations
Color information
#01630F (or 0x01630F) is known color: Green. HEX triplet: 01, 63 and 0F. RGB value is (1,99,15). Sum of RGB (Red+Green+Blue) = 1+99+15=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #01630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01630F is #FE9CF0. Grayscale: #3C3C3C. Windows color (decimal): -16686321 or 1008385. OLE color: 1008385.
HSL color Cylindrical-coordinate representation of color #01630F: hue angle of 128.57º 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 #01630F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 15 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.61 |
| HSL | 128.57º | 0.98% | 0.2% | - |
| HSV(B) | 128.57º | 0.99% | 0.39% | - |
| XYZ | 4.56 | 8.96 | 1.94 | - |
| YUV | 60.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 15 | 0.99 | 0 | 0.85 | 0.61 | 128.57 | 0.98 | 0.2 |
| Hex | 1 | 63 | F | 63 | 0 | 55 | 3D | 81 | 62 | 14 |
| Octal | 1 | 143 | 17 | 143 | 0 | 125 | 75 | 201 | 142 | 24 |
| Binary | 1 | 1100011 | 1111 | 1100011 | 0 | 1010101 | 111101 | 10000001 | 1100010 | 10100 |
Color Harmonies of #01630F
Complementary color
Monochromatic Colors of #01630F
Black with #01630F
Text Example
Text Example
White with #01630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01630F; }
p { color: rgb(1,99,15); }
H1.HeaderClassName
{
color: #01630F;
}
.AnyTagClassName
{
color: #01630F;
}
</style>
background-color css
<style>
a { background-color: #01630F; }
a { background-color: rgb(1,99,15); }
div.DivClassName
{
background-color: #01630F;
}
.BgClassName
{
background-color: #01630F;
}
</style>
border-color css
<style>
span { border-color: #01630F; }
span { border-color: rgb(1,99,15); }
td.TdClassName
{
border-color: #01630F;
}
.TagClassName
{
border-color: #01630F;
}
</style>