Shades of Green #027305
Tints of Green #027305
RGB
CMYK
RGB Variations
Color information
#027305 (or 0x027305) is known color: Green. HEX triplet: 02, 73 and 05. RGB value is (2,115,5). Sum of RGB (Red+Green+Blue) = 2+115+5=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #027305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027305 is #FD8CFA. Grayscale: #444444. Windows color (decimal): -16616699 or 357122. OLE color: 357122.
HSL color Cylindrical-coordinate representation of color #027305: hue angle of 121.59º 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 #027305 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 5 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.55 |
| HSL | 121.59º | 0.97% | 0.23% | - |
| HSV(B) | 121.59º | 0.98% | 0.45% | - |
| XYZ | 6.18 | 12.29 | 2.19 | - |
| YUV | 68.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 5 | 0.98 | 0 | 0.96 | 0.55 | 121.59 | 0.97 | 0.23 |
| Hex | 2 | 73 | 5 | 62 | 0 | 60 | 37 | 7A | 61 | 17 |
| Octal | 2 | 163 | 5 | 142 | 0 | 140 | 67 | 172 | 141 | 27 |
| Binary | 10 | 1110011 | 101 | 1100010 | 0 | 1100000 | 110111 | 1111010 | 1100001 | 10111 |
Color Harmonies of #027305
Complementary color
Monochromatic Colors of #027305
Black with #027305
Text Example
Text Example
White with #027305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027305; }
p { color: rgb(2,115,5); }
H1.HeaderClassName
{
color: #027305;
}
.AnyTagClassName
{
color: #027305;
}
</style>
background-color css
<style>
a { background-color: #027305; }
a { background-color: rgb(2,115,5); }
div.DivClassName
{
background-color: #027305;
}
.BgClassName
{
background-color: #027305;
}
</style>
border-color css
<style>
span { border-color: #027305; }
span { border-color: rgb(2,115,5); }
td.TdClassName
{
border-color: #027305;
}
.TagClassName
{
border-color: #027305;
}
</style>