Shades of Green #0D630A
Tints of Green #0D630A
RGB
CMYK
RGB Variations
Color information
#0D630A (or 0x0D630A) is known color: Green. HEX triplet: 0D, 63 and 0A. RGB value is (13,99,10). Sum of RGB (Red+Green+Blue) = 13+99+10=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #0D630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D630A is #F29CF5. Grayscale: #3F3F3F. Windows color (decimal): -15899894 or 680717. OLE color: 680717.
HSL color Cylindrical-coordinate representation of color #0D630A: hue angle of 117.98º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D630A is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 99 | 10 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.61 |
| HSL | 117.98º | 0.82% | 0.21% | - |
| HSV(B) | 117.98º | 0.9% | 0.39% | - |
| XYZ | 4.68 | 9.03 | 1.78 | - |
| YUV | 63.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 10 | 0.87 | 0 | 0.90 | 0.61 | 117.98 | 0.82 | 0.21 |
| Hex | D | 63 | A | 57 | 0 | 5A | 3D | 76 | 52 | 15 |
| Octal | 15 | 143 | 12 | 127 | 0 | 132 | 75 | 166 | 122 | 25 |
| Binary | 1101 | 1100011 | 1010 | 1010111 | 0 | 1011010 | 111101 | 1110110 | 1010010 | 10101 |
Color Harmonies of #0D630A
Complementary color
Monochromatic Colors of #0D630A
Black with #0D630A
Text Example
Text Example
White with #0D630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D630A; }
p { color: rgb(13,99,10); }
H1.HeaderClassName
{
color: #0D630A;
}
.AnyTagClassName
{
color: #0D630A;
}
</style>
background-color css
<style>
a { background-color: #0D630A; }
a { background-color: rgb(13,99,10); }
div.DivClassName
{
background-color: #0D630A;
}
.BgClassName
{
background-color: #0D630A;
}
</style>
border-color css
<style>
span { border-color: #0D630A; }
span { border-color: rgb(13,99,10); }
td.TdClassName
{
border-color: #0D630A;
}
.TagClassName
{
border-color: #0D630A;
}
</style>