Shades of Dark Pastel Green #02C933
Tints of Dark Pastel Green #02C933
RGB
CMYK
RGB Variations
Color information
#02C933 (or 0x02C933) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 33. RGB value is (2,201,51). Sum of RGB (Red+Green+Blue) = 2+201+51=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #02C933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C933 is #FD36CC. Grayscale: #7C7C7C. Windows color (decimal): -16594637 or 3393794. OLE color: 3393794.
HSL color Cylindrical-coordinate representation of color #02C933: hue angle of 134.77º 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 #02C933 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 51 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.21 |
| HSL | 134.77º | 0.98% | 0.4% | - |
| HSV(B) | 134.77º | 0.99% | 0.79% | - |
| XYZ | 21.51 | 42.03 | 10.11 | - |
| YUV | 124.4 | 86.57 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 51 | 0.99 | 0 | 0.75 | 0.21 | 134.77 | 0.98 | 0.4 |
| Hex | 2 | C9 | 33 | 63 | 0 | 4B | 15 | 87 | 62 | 28 |
| Octal | 2 | 311 | 63 | 143 | 0 | 113 | 25 | 207 | 142 | 50 |
| Binary | 10 | 11001001 | 110011 | 1100011 | 0 | 1001011 | 10101 | 10000111 | 1100010 | 101000 |
Color Harmonies of #02C933
Complementary color
Monochromatic Colors of #02C933
Black with #02C933
Text Example
Text Example
White with #02C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C933; }
p { color: rgb(2,201,51); }
H1.HeaderClassName
{
color: #02C933;
}
.AnyTagClassName
{
color: #02C933;
}
</style>
background-color css
<style>
a { background-color: #02C933; }
a { background-color: rgb(2,201,51); }
div.DivClassName
{
background-color: #02C933;
}
.BgClassName
{
background-color: #02C933;
}
</style>
border-color css
<style>
span { border-color: #02C933; }
span { border-color: rgb(2,201,51); }
td.TdClassName
{
border-color: #02C933;
}
.TagClassName
{
border-color: #02C933;
}
</style>