Shades of Green #006301
Tints of Green #006301
RGB
CMYK
RGB Variations
Color information
#006301 (or 0x006301) is known color: Green. HEX triplet: 00, 63 and 01. RGB value is (0,99,1). Sum of RGB (Red+Green+Blue) = 0+99+1=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 99 (39.06% from 255 or 99% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 99 - color contains mainly: green. Hex color #006301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006301 is #FF9CFE. Grayscale: #3A3A3A. Windows color (decimal): -16751871 or 90880. OLE color: 90880.
HSL color Cylindrical-coordinate representation of color #006301: hue angle of 120.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006301 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.61 |
| HSL | 120.61º | 1% | 0.19% | - |
| HSV(B) | 120.61º | 1% | 0.39% | - |
| XYZ | 4.47 | 8.93 | 1.52 | - |
| YUV | 58.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 1 | 1 | 0 | 0.99 | 0.61 | 120.61 | 1 | 0.19 |
| Hex | 0 | 63 | 1 | 64 | 0 | 63 | 3D | 79 | 64 | 13 |
| Octal | 0 | 143 | 1 | 144 | 0 | 143 | 75 | 171 | 144 | 23 |
| Binary | 0 | 1100011 | 1 | 1100100 | 0 | 1100011 | 111101 | 1111001 | 1100100 | 10011 |
Color Harmonies of #006301
Complementary color
Monochromatic Colors of #006301
Black with #006301
Text Example
Text Example
White with #006301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006301; }
p { color: rgb(0,99,1); }
H1.HeaderClassName
{
color: #006301;
}
.AnyTagClassName
{
color: #006301;
}
</style>
background-color css
<style>
a { background-color: #006301; }
a { background-color: rgb(0,99,1); }
div.DivClassName
{
background-color: #006301;
}
.BgClassName
{
background-color: #006301;
}
</style>
border-color css
<style>
span { border-color: #006301; }
span { border-color: rgb(0,99,1); }
td.TdClassName
{
border-color: #006301;
}
.TagClassName
{
border-color: #006301;
}
</style>