Shades of Green #027301
Tints of Green #027301
RGB
CMYK
RGB Variations
Color information
#027301 (or 0x027301) is known color: Green. HEX triplet: 02, 73 and 01. RGB value is (2,115,1). Sum of RGB (Red+Green+Blue) = 2+115+1=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 115 (45.31% from 255 or 97.46% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 115 - color contains mainly: green. Hex color #027301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027301 is #FD8CFE. Grayscale: #444444. Windows color (decimal): -16616703 or 94978. OLE color: 94978.
HSL color Cylindrical-coordinate representation of color #027301: hue angle of 119.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027301 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 1 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.55 |
| HSL | 119.47º | 0.98% | 0.23% | - |
| HSV(B) | 119.47º | 0.99% | 0.45% | - |
| XYZ | 6.16 | 12.28 | 2.07 | - |
| YUV | 68.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 1 | 0.98 | 0 | 0.99 | 0.55 | 119.47 | 0.98 | 0.23 |
| Hex | 2 | 73 | 1 | 62 | 0 | 63 | 37 | 77 | 62 | 17 |
| Octal | 2 | 163 | 1 | 142 | 0 | 143 | 67 | 167 | 142 | 27 |
| Binary | 10 | 1110011 | 1 | 1100010 | 0 | 1100011 | 110111 | 1110111 | 1100010 | 10111 |
Color Harmonies of #027301
Complementary color
Monochromatic Colors of #027301
Black with #027301
Text Example
Text Example
White with #027301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027301; }
p { color: rgb(2,115,1); }
H1.HeaderClassName
{
color: #027301;
}
.AnyTagClassName
{
color: #027301;
}
</style>
background-color css
<style>
a { background-color: #027301; }
a { background-color: rgb(2,115,1); }
div.DivClassName
{
background-color: #027301;
}
.BgClassName
{
background-color: #027301;
}
</style>
border-color css
<style>
span { border-color: #027301; }
span { border-color: rgb(2,115,1); }
td.TdClassName
{
border-color: #027301;
}
.TagClassName
{
border-color: #027301;
}
</style>