Shades of Green #097302
Tints of Green #097302
RGB
CMYK
RGB Variations
Color information
#097302 (or 0x097302) is known color: Green. HEX triplet: 09, 73 and 02. RGB value is (9,115,2). Sum of RGB (Red+Green+Blue) = 9+115+2=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 115 (45.31% from 255 or 91.27% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 115 - color contains mainly: green. Hex color #097302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097302 is #F68CFD. Grayscale: #464646. Windows color (decimal): -16157950 or 160521. OLE color: 160521.
HSL color Cylindrical-coordinate representation of color #097302: hue angle of 116.28º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #097302 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.55 |
| HSL | 116.28º | 0.97% | 0.23% | - |
| HSV(B) | 116.28º | 0.98% | 0.45% | - |
| XYZ | 6.25 | 12.32 | 2.11 | - |
| YUV | 70.42 | 89.38 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 2 | 0.92 | 0 | 0.98 | 0.55 | 116.28 | 0.97 | 0.23 |
| Hex | 9 | 73 | 2 | 5C | 0 | 62 | 37 | 74 | 61 | 17 |
| Octal | 11 | 163 | 2 | 134 | 0 | 142 | 67 | 164 | 141 | 27 |
| Binary | 1001 | 1110011 | 10 | 1011100 | 0 | 1100010 | 110111 | 1110100 | 1100001 | 10111 |
Color Harmonies of #097302
Complementary color
Monochromatic Colors of #097302
Black with #097302
Text Example
Text Example
White with #097302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097302; }
p { color: rgb(9,115,2); }
H1.HeaderClassName
{
color: #097302;
}
.AnyTagClassName
{
color: #097302;
}
</style>
background-color css
<style>
a { background-color: #097302; }
a { background-color: rgb(9,115,2); }
div.DivClassName
{
background-color: #097302;
}
.BgClassName
{
background-color: #097302;
}
</style>
border-color css
<style>
span { border-color: #097302; }
span { border-color: rgb(9,115,2); }
td.TdClassName
{
border-color: #097302;
}
.TagClassName
{
border-color: #097302;
}
</style>