Shades of Green #02741C
Tints of Green #02741C
RGB
CMYK
RGB Variations
Color information
#02741C (or 0x02741C) is known color: Green. HEX triplet: 02, 74 and 1C. RGB value is (2,116,28). Sum of RGB (Red+Green+Blue) = 2+116+28=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #02741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02741C is #FD8BE3. Grayscale: #484848. Windows color (decimal): -16616420 or 1864706. OLE color: 1864706.
HSL color Cylindrical-coordinate representation of color #02741C: hue angle of 133.68º 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 #02741C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 116 | 28 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.55 |
| HSL | 133.68º | 0.97% | 0.23% | - |
| HSV(B) | 133.68º | 0.98% | 0.45% | - |
| XYZ | 6.48 | 12.59 | 3.19 | - |
| YUV | 71.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 28 | 0.98 | 0 | 0.76 | 0.55 | 133.68 | 0.97 | 0.23 |
| Hex | 2 | 74 | 1C | 62 | 0 | 4C | 37 | 86 | 61 | 17 |
| Octal | 2 | 164 | 34 | 142 | 0 | 114 | 67 | 206 | 141 | 27 |
| Binary | 10 | 1110100 | 11100 | 1100010 | 0 | 1001100 | 110111 | 10000110 | 1100001 | 10111 |
Color Harmonies of #02741C
Complementary color
Monochromatic Colors of #02741C
Black with #02741C
Text Example
Text Example
White with #02741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02741C; }
p { color: rgb(2,116,28); }
H1.HeaderClassName
{
color: #02741C;
}
.AnyTagClassName
{
color: #02741C;
}
</style>
background-color css
<style>
a { background-color: #02741C; }
a { background-color: rgb(2,116,28); }
div.DivClassName
{
background-color: #02741C;
}
.BgClassName
{
background-color: #02741C;
}
</style>
border-color css
<style>
span { border-color: #02741C; }
span { border-color: rgb(2,116,28); }
td.TdClassName
{
border-color: #02741C;
}
.TagClassName
{
border-color: #02741C;
}
</style>