Shades of Green #008102
Tints of Green #008102
RGB
CMYK
RGB Variations
Color information
#008102 (or 0x008102) is known color: Green. HEX triplet: 00, 81 and 02. RGB value is (0,129,2). Sum of RGB (Red+Green+Blue) = 0+129+2=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 129 (50.78% from 255 or 98.47% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 129 - color contains mainly: green. Hex color #008102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008102 is #FF7EFD. Grayscale: #4C4C4C. Windows color (decimal): -16744190 or 164096. OLE color: 164096.
HSL color Cylindrical-coordinate representation of color #008102: hue angle of 120.93º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008102 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.49 |
| HSL | 120.93º | 1% | 0.25% | - |
| HSV(B) | 120.93º | 1% | 0.51% | - |
| XYZ | 7.86 | 15.7 | 2.67 | - |
| YUV | 75.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 2 | 1 | 0 | 0.98 | 0.49 | 120.93 | 1 | 0.25 |
| Hex | 0 | 81 | 2 | 64 | 0 | 62 | 31 | 79 | 64 | 19 |
| Octal | 0 | 201 | 2 | 144 | 0 | 142 | 61 | 171 | 144 | 31 |
| Binary | 0 | 10000001 | 10 | 1100100 | 0 | 1100010 | 110001 | 1111001 | 1100100 | 11001 |
Color Harmonies of #008102
Complementary color
Monochromatic Colors of #008102
Black with #008102
Text Example
Text Example
White with #008102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008102; }
p { color: rgb(0,129,2); }
H1.HeaderClassName
{
color: #008102;
}
.AnyTagClassName
{
color: #008102;
}
</style>
background-color css
<style>
a { background-color: #008102; }
a { background-color: rgb(0,129,2); }
div.DivClassName
{
background-color: #008102;
}
.BgClassName
{
background-color: #008102;
}
</style>
border-color css
<style>
span { border-color: #008102; }
span { border-color: rgb(0,129,2); }
td.TdClassName
{
border-color: #008102;
}
.TagClassName
{
border-color: #008102;
}
</style>