Shades of Green #02731B
Tints of Green #02731B
RGB
CMYK
RGB Variations
Color information
#02731B (or 0x02731B) is known color: Green. HEX triplet: 02, 73 and 1B. RGB value is (2,115,27). Sum of RGB (Red+Green+Blue) = 2+115+27=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #02731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02731B is #FD8CE4. Grayscale: #474747. Windows color (decimal): -16616677 or 1798914. OLE color: 1798914.
HSL color Cylindrical-coordinate representation of color #02731B: hue angle of 133.27º 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 #02731B is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 27 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.55 |
| HSL | 133.27º | 0.97% | 0.23% | - |
| HSV(B) | 133.27º | 0.98% | 0.45% | - |
| XYZ | 6.35 | 12.35 | 3.09 | - |
| YUV | 71.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 27 | 0.98 | 0 | 0.77 | 0.55 | 133.27 | 0.97 | 0.23 |
| Hex | 2 | 73 | 1B | 62 | 0 | 4D | 37 | 85 | 61 | 17 |
| Octal | 2 | 163 | 33 | 142 | 0 | 115 | 67 | 205 | 141 | 27 |
| Binary | 10 | 1110011 | 11011 | 1100010 | 0 | 1001101 | 110111 | 10000101 | 1100001 | 10111 |
Color Harmonies of #02731B
Complementary color
Monochromatic Colors of #02731B
Black with #02731B
Text Example
Text Example
White with #02731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02731B; }
p { color: rgb(2,115,27); }
H1.HeaderClassName
{
color: #02731B;
}
.AnyTagClassName
{
color: #02731B;
}
</style>
background-color css
<style>
a { background-color: #02731B; }
a { background-color: rgb(2,115,27); }
div.DivClassName
{
background-color: #02731B;
}
.BgClassName
{
background-color: #02731B;
}
</style>
border-color css
<style>
span { border-color: #02731B; }
span { border-color: rgb(2,115,27); }
td.TdClassName
{
border-color: #02731B;
}
.TagClassName
{
border-color: #02731B;
}
</style>