Shades of Green #00630D
Tints of Green #00630D
RGB
CMYK
RGB Variations
Color information
#00630D (or 0x00630D) is known color: Green. HEX triplet: 00, 63 and 0D. RGB value is (0,99,13). Sum of RGB (Red+Green+Blue) = 0+99+13=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 99 (39.06% from 255 or 88.39% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 99 - color contains mainly: green. Hex color #00630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00630D is #FF9CF2. Grayscale: #3B3B3B. Windows color (decimal): -16751859 or 877312. OLE color: 877312.
HSL color Cylindrical-coordinate representation of color #00630D: hue angle of 127.88º 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 #00630D is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 13 | - |
| CMYK | 1 | 0 | 0.87 | 0.61 |
| HSL | 127.88º | 1% | 0.19% | - |
| HSV(B) | 127.88º | 1% | 0.39% | - |
| XYZ | 4.53 | 8.95 | 1.87 | - |
| YUV | 59.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 13 | 1 | 0 | 0.87 | 0.61 | 127.88 | 1 | 0.19 |
| Hex | 0 | 63 | D | 64 | 0 | 57 | 3D | 80 | 64 | 13 |
| Octal | 0 | 143 | 15 | 144 | 0 | 127 | 75 | 200 | 144 | 23 |
| Binary | 0 | 1100011 | 1101 | 1100100 | 0 | 1010111 | 111101 | 10000000 | 1100100 | 10011 |
Color Harmonies of #00630D
Complementary color
Monochromatic Colors of #00630D
Black with #00630D
Text Example
Text Example
White with #00630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00630D; }
p { color: rgb(0,99,13); }
H1.HeaderClassName
{
color: #00630D;
}
.AnyTagClassName
{
color: #00630D;
}
</style>
background-color css
<style>
a { background-color: #00630D; }
a { background-color: rgb(0,99,13); }
div.DivClassName
{
background-color: #00630D;
}
.BgClassName
{
background-color: #00630D;
}
</style>
border-color css
<style>
span { border-color: #00630D; }
span { border-color: rgb(0,99,13); }
td.TdClassName
{
border-color: #00630D;
}
.TagClassName
{
border-color: #00630D;
}
</style>