Shades of Green #03630F
Tints of Green #03630F
RGB
CMYK
RGB Variations
Color information
#03630F (or 0x03630F) is known color: Green. HEX triplet: 03, 63 and 0F. RGB value is (3,99,15). Sum of RGB (Red+Green+Blue) = 3+99+15=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #03630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03630F is #FC9CF0. Grayscale: #3C3C3C. Windows color (decimal): -16555249 or 1008387. OLE color: 1008387.
HSL color Cylindrical-coordinate representation of color #03630F: hue angle of 127.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03630F is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 15 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.61 |
| HSL | 127.5º | 0.94% | 0.2% | - |
| HSV(B) | 127.5º | 0.97% | 0.39% | - |
| XYZ | 4.59 | 8.98 | 1.94 | - |
| YUV | 60.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 15 | 0.97 | 0 | 0.85 | 0.61 | 127.5 | 0.94 | 0.2 |
| Hex | 3 | 63 | F | 61 | 0 | 55 | 3D | 80 | 5E | 14 |
| Octal | 3 | 143 | 17 | 141 | 0 | 125 | 75 | 200 | 136 | 24 |
| Binary | 11 | 1100011 | 1111 | 1100001 | 0 | 1010101 | 111101 | 10000000 | 1011110 | 10100 |
Color Harmonies of #03630F
Complementary color
Monochromatic Colors of #03630F
Black with #03630F
Text Example
Text Example
White with #03630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03630F; }
p { color: rgb(3,99,15); }
H1.HeaderClassName
{
color: #03630F;
}
.AnyTagClassName
{
color: #03630F;
}
</style>
background-color css
<style>
a { background-color: #03630F; }
a { background-color: rgb(3,99,15); }
div.DivClassName
{
background-color: #03630F;
}
.BgClassName
{
background-color: #03630F;
}
</style>
border-color css
<style>
span { border-color: #03630F; }
span { border-color: rgb(3,99,15); }
td.TdClassName
{
border-color: #03630F;
}
.TagClassName
{
border-color: #03630F;
}
</style>