Shades of Green #02831D
Tints of Green #02831D
RGB
CMYK
RGB Variations
Color information
#02831D (or 0x02831D) is known color: Green. HEX triplet: 02, 83 and 1D. RGB value is (2,131,29). Sum of RGB (Red+Green+Blue) = 2+131+29=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 131 (51.56% from 255 or 80.86% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 131 - color contains mainly: green. Hex color #02831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02831D is #FD7CE2. Grayscale: #515151. Windows color (decimal): -16612579 or 1934082. OLE color: 1934082.
HSL color Cylindrical-coordinate representation of color #02831D: hue angle of 132.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02831D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 29 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.49 |
| HSL | 132.56º | 0.97% | 0.26% | - |
| HSV(B) | 132.56º | 0.98% | 0.51% | - |
| XYZ | 8.36 | 16.33 | 3.87 | - |
| YUV | 80.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 29 | 0.98 | 0 | 0.78 | 0.49 | 132.56 | 0.97 | 0.26 |
| Hex | 2 | 83 | 1D | 62 | 0 | 4E | 31 | 85 | 61 | 1A |
| Octal | 2 | 203 | 35 | 142 | 0 | 116 | 61 | 205 | 141 | 32 |
| Binary | 10 | 10000011 | 11101 | 1100010 | 0 | 1001110 | 110001 | 10000101 | 1100001 | 11010 |
Color Harmonies of #02831D
Complementary color
Monochromatic Colors of #02831D
Black with #02831D
Text Example
Text Example
White with #02831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02831D; }
p { color: rgb(2,131,29); }
H1.HeaderClassName
{
color: #02831D;
}
.AnyTagClassName
{
color: #02831D;
}
</style>
background-color css
<style>
a { background-color: #02831D; }
a { background-color: rgb(2,131,29); }
div.DivClassName
{
background-color: #02831D;
}
.BgClassName
{
background-color: #02831D;
}
</style>
border-color css
<style>
span { border-color: #02831D; }
span { border-color: rgb(2,131,29); }
td.TdClassName
{
border-color: #02831D;
}
.TagClassName
{
border-color: #02831D;
}
</style>