Shades of Green #007308
Tints of Green #007308
RGB
CMYK
RGB Variations
Color information
#007308 (or 0x007308) is known color: Green. HEX triplet: 00, 73 and 08. RGB value is (0,115,8). Sum of RGB (Red+Green+Blue) = 0+115+8=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #007308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007308 is #FF8CF7. Grayscale: #444444. Windows color (decimal): -16747768 or 553728. OLE color: 553728.
HSL color Cylindrical-coordinate representation of color #007308: hue angle of 124.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007308 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 8 | - |
| CMYK | 1 | 0 | 0.93 | 0.55 |
| HSL | 124.17º | 1% | 0.23% | - |
| HSV(B) | 124.17º | 1% | 0.45% | - |
| XYZ | 6.17 | 12.28 | 2.27 | - |
| YUV | 68.42 | 93.9 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 8 | 1 | 0 | 0.93 | 0.55 | 124.17 | 1 | 0.23 |
| Hex | 0 | 73 | 8 | 64 | 0 | 5D | 37 | 7C | 64 | 17 |
| Octal | 0 | 163 | 10 | 144 | 0 | 135 | 67 | 174 | 144 | 27 |
| Binary | 0 | 1110011 | 1000 | 1100100 | 0 | 1011101 | 110111 | 1111100 | 1100100 | 10111 |
Color Harmonies of #007308
Complementary color
Monochromatic Colors of #007308
Black with #007308
Text Example
Text Example
White with #007308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007308; }
p { color: rgb(0,115,8); }
H1.HeaderClassName
{
color: #007308;
}
.AnyTagClassName
{
color: #007308;
}
</style>
background-color css
<style>
a { background-color: #007308; }
a { background-color: rgb(0,115,8); }
div.DivClassName
{
background-color: #007308;
}
.BgClassName
{
background-color: #007308;
}
</style>
border-color css
<style>
span { border-color: #007308; }
span { border-color: rgb(0,115,8); }
td.TdClassName
{
border-color: #007308;
}
.TagClassName
{
border-color: #007308;
}
</style>