Shades of Green #007102
Tints of Green #007102
RGB
CMYK
RGB Variations
Color information
#007102 (or 0x007102) is known color: Green. HEX triplet: 00, 71 and 02. RGB value is (0,113,2). Sum of RGB (Red+Green+Blue) = 0+113+2=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 113 (44.53% from 255 or 98.26% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 113 - color contains mainly: green. Hex color #007102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007102 is #FF8EFD. Grayscale: #424242. Windows color (decimal): -16748286 or 160000. OLE color: 160000.
HSL color Cylindrical-coordinate representation of color #007102: hue angle of 121.06º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007102 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.56 |
| HSL | 121.06º | 1% | 0.22% | - |
| HSV(B) | 121.06º | 1% | 0.44% | - |
| XYZ | 5.92 | 11.81 | 2.03 | - |
| YUV | 66.56 | 91.56 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 2 | 1 | 0 | 0.98 | 0.56 | 121.06 | 1 | 0.22 |
| Hex | 0 | 71 | 2 | 64 | 0 | 62 | 38 | 79 | 64 | 16 |
| Octal | 0 | 161 | 2 | 144 | 0 | 142 | 70 | 171 | 144 | 26 |
| Binary | 0 | 1110001 | 10 | 1100100 | 0 | 1100010 | 111000 | 1111001 | 1100100 | 10110 |
Color Harmonies of #007102
Complementary color
Monochromatic Colors of #007102
Black with #007102
Text Example
Text Example
White with #007102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007102; }
p { color: rgb(0,113,2); }
H1.HeaderClassName
{
color: #007102;
}
.AnyTagClassName
{
color: #007102;
}
</style>
background-color css
<style>
a { background-color: #007102; }
a { background-color: rgb(0,113,2); }
div.DivClassName
{
background-color: #007102;
}
.BgClassName
{
background-color: #007102;
}
</style>
border-color css
<style>
span { border-color: #007102; }
span { border-color: rgb(0,113,2); }
td.TdClassName
{
border-color: #007102;
}
.TagClassName
{
border-color: #007102;
}
</style>