Shades of Dark Pastel Green #02C91B
Tints of Dark Pastel Green #02C91B
RGB
CMYK
RGB Variations
Color information
#02C91B (or 0x02C91B) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 1B. RGB value is (2,201,27). Sum of RGB (Red+Green+Blue) = 2+201+27=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 201 (78.91% from 255 or 87.39% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 201 - color contains mainly: green. Hex color #02C91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C91B is #FD36E4. Grayscale: #7A7A7A. Windows color (decimal): -16594661 or 1820930. OLE color: 1820930.
HSL color Cylindrical-coordinate representation of color #02C91B: hue angle of 127.54º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C91B is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 27 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.21 |
| HSL | 127.54º | 0.98% | 0.4% | - |
| HSV(B) | 127.54º | 0.99% | 0.79% | - |
| XYZ | 21.11 | 41.87 | 8.01 | - |
| YUV | 121.66 | 74.57 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 27 | 0.99 | 0 | 0.87 | 0.21 | 127.54 | 0.98 | 0.4 |
| Hex | 2 | C9 | 1B | 63 | 0 | 57 | 15 | 80 | 62 | 28 |
| Octal | 2 | 311 | 33 | 143 | 0 | 127 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001001 | 11011 | 1100011 | 0 | 1010111 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C91B
Complementary color
Monochromatic Colors of #02C91B
Black with #02C91B
Text Example
Text Example
White with #02C91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C91B; }
p { color: rgb(2,201,27); }
H1.HeaderClassName
{
color: #02C91B;
}
.AnyTagClassName
{
color: #02C91B;
}
</style>
background-color css
<style>
a { background-color: #02C91B; }
a { background-color: rgb(2,201,27); }
div.DivClassName
{
background-color: #02C91B;
}
.BgClassName
{
background-color: #02C91B;
}
</style>
border-color css
<style>
span { border-color: #02C91B; }
span { border-color: rgb(2,201,27); }
td.TdClassName
{
border-color: #02C91B;
}
.TagClassName
{
border-color: #02C91B;
}
</style>