Shades of Green #02751B
Tints of Green #02751B
RGB
CMYK
RGB Variations
Color information
#02751B (or 0x02751B) is known color: Green. HEX triplet: 02, 75 and 1B. RGB value is (2,117,27). Sum of RGB (Red+Green+Blue) = 2+117+27=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #02751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02751B is #FD8AE4. Grayscale: #484848. Windows color (decimal): -16616165 or 1799426. OLE color: 1799426.
HSL color Cylindrical-coordinate representation of color #02751B: hue angle of 133.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02751B is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 117 | 27 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.54 |
| HSL | 133.04º | 0.97% | 0.23% | - |
| HSV(B) | 133.04º | 0.98% | 0.46% | - |
| XYZ | 6.58 | 12.81 | 3.16 | - |
| YUV | 72.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 27 | 0.98 | 0 | 0.77 | 0.54 | 133.04 | 0.97 | 0.23 |
| Hex | 2 | 75 | 1B | 62 | 0 | 4D | 36 | 85 | 61 | 17 |
| Octal | 2 | 165 | 33 | 142 | 0 | 115 | 66 | 205 | 141 | 27 |
| Binary | 10 | 1110101 | 11011 | 1100010 | 0 | 1001101 | 110110 | 10000101 | 1100001 | 10111 |
Color Harmonies of #02751B
Complementary color
Monochromatic Colors of #02751B
Black with #02751B
Text Example
Text Example
White with #02751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02751B; }
p { color: rgb(2,117,27); }
H1.HeaderClassName
{
color: #02751B;
}
.AnyTagClassName
{
color: #02751B;
}
</style>
background-color css
<style>
a { background-color: #02751B; }
a { background-color: rgb(2,117,27); }
div.DivClassName
{
background-color: #02751B;
}
.BgClassName
{
background-color: #02751B;
}
</style>
border-color css
<style>
span { border-color: #02751B; }
span { border-color: rgb(2,117,27); }
td.TdClassName
{
border-color: #02751B;
}
.TagClassName
{
border-color: #02751B;
}
</style>