Shades of Green #027303
Tints of Green #027303
RGB
CMYK
RGB Variations
Color information
#027303 (or 0x027303) is known color: Green. HEX triplet: 02, 73 and 03. RGB value is (2,115,3). Sum of RGB (Red+Green+Blue) = 2+115+3=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 115 (45.31% from 255 or 95.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 115 - color contains mainly: green. Hex color #027303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027303 is #FD8CFC. Grayscale: #444444. Windows color (decimal): -16616701 or 226050. OLE color: 226050.
HSL color Cylindrical-coordinate representation of color #027303: hue angle of 120.53º 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 #027303 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 3 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.55 |
| HSL | 120.53º | 0.97% | 0.23% | - |
| HSV(B) | 120.53º | 0.98% | 0.45% | - |
| XYZ | 6.17 | 12.28 | 2.13 | - |
| YUV | 68.45 | 91.06 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 3 | 0.98 | 0 | 0.97 | 0.55 | 120.53 | 0.97 | 0.23 |
| Hex | 2 | 73 | 3 | 62 | 0 | 61 | 37 | 79 | 61 | 17 |
| Octal | 2 | 163 | 3 | 142 | 0 | 141 | 67 | 171 | 141 | 27 |
| Binary | 10 | 1110011 | 11 | 1100010 | 0 | 1100001 | 110111 | 1111001 | 1100001 | 10111 |
Color Harmonies of #027303
Complementary color
Monochromatic Colors of #027303
Black with #027303
Text Example
Text Example
White with #027303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027303; }
p { color: rgb(2,115,3); }
H1.HeaderClassName
{
color: #027303;
}
.AnyTagClassName
{
color: #027303;
}
</style>
background-color css
<style>
a { background-color: #027303; }
a { background-color: rgb(2,115,3); }
div.DivClassName
{
background-color: #027303;
}
.BgClassName
{
background-color: #027303;
}
</style>
border-color css
<style>
span { border-color: #027303; }
span { border-color: rgb(2,115,3); }
td.TdClassName
{
border-color: #027303;
}
.TagClassName
{
border-color: #027303;
}
</style>