Shades of Green #0E7305
Tints of Green #0E7305
RGB
CMYK
RGB Variations
Color information
#0E7305 (or 0x0E7305) is known color: Green. HEX triplet: 0E, 73 and 05. RGB value is (14,115,5). Sum of RGB (Red+Green+Blue) = 14+115+5=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7305 is #F18CFA. Grayscale: #484848. Windows color (decimal): -15830267 or 357134. OLE color: 357134.
HSL color Cylindrical-coordinate representation of color #0E7305: hue angle of 115.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E7305 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 5 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.55 |
| HSL | 115.09º | 0.92% | 0.24% | - |
| HSV(B) | 115.09º | 0.96% | 0.45% | - |
| XYZ | 6.34 | 12.37 | 2.2 | - |
| YUV | 72.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 5 | 0.88 | 0 | 0.96 | 0.55 | 115.09 | 0.92 | 0.24 |
| Hex | E | 73 | 5 | 58 | 0 | 60 | 37 | 73 | 5C | 18 |
| Octal | 16 | 163 | 5 | 130 | 0 | 140 | 67 | 163 | 134 | 30 |
| Binary | 1110 | 1110011 | 101 | 1011000 | 0 | 1100000 | 110111 | 1110011 | 1011100 | 11000 |
Color Harmonies of #0E7305
Complementary color
Monochromatic Colors of #0E7305
Black with #0E7305
Text Example
Text Example
White with #0E7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7305; }
p { color: rgb(14,115,5); }
H1.HeaderClassName
{
color: #0E7305;
}
.AnyTagClassName
{
color: #0E7305;
}
</style>
background-color css
<style>
a { background-color: #0E7305; }
a { background-color: rgb(14,115,5); }
div.DivClassName
{
background-color: #0E7305;
}
.BgClassName
{
background-color: #0E7305;
}
</style>
border-color css
<style>
span { border-color: #0E7305; }
span { border-color: rgb(14,115,5); }
td.TdClassName
{
border-color: #0E7305;
}
.TagClassName
{
border-color: #0E7305;
}
</style>