Shades of Dark Pastel Green #02C136
Tints of Dark Pastel Green #02C136
RGB
CMYK
RGB Variations
Color information
#02C136 (or 0x02C136) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 36. RGB value is (2,193,54). Sum of RGB (Red+Green+Blue) = 2+193+54=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #02C136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C136 is #FD3EC9. Grayscale: #787878. Windows color (decimal): -16596682 or 3588354. OLE color: 3588354.
HSL color Cylindrical-coordinate representation of color #02C136: hue angle of 136.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C136 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 54 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.24 |
| HSL | 136.34º | 0.98% | 0.38% | - |
| HSV(B) | 136.34º | 0.99% | 0.76% | - |
| XYZ | 19.76 | 38.42 | 9.86 | - |
| YUV | 120.05 | 90.72 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 54 | 0.99 | 0 | 0.72 | 0.24 | 136.34 | 0.98 | 0.38 |
| Hex | 2 | C1 | 36 | 63 | 0 | 48 | 18 | 88 | 62 | 26 |
| Octal | 2 | 301 | 66 | 143 | 0 | 110 | 30 | 210 | 142 | 46 |
| Binary | 10 | 11000001 | 110110 | 1100011 | 0 | 1001000 | 11000 | 10001000 | 1100010 | 100110 |
Color Harmonies of #02C136
Complementary color
Monochromatic Colors of #02C136
Black with #02C136
Text Example
Text Example
White with #02C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C136; }
p { color: rgb(2,193,54); }
H1.HeaderClassName
{
color: #02C136;
}
.AnyTagClassName
{
color: #02C136;
}
</style>
background-color css
<style>
a { background-color: #02C136; }
a { background-color: rgb(2,193,54); }
div.DivClassName
{
background-color: #02C136;
}
.BgClassName
{
background-color: #02C136;
}
</style>
border-color css
<style>
span { border-color: #02C136; }
span { border-color: rgb(2,193,54); }
td.TdClassName
{
border-color: #02C136;
}
.TagClassName
{
border-color: #02C136;
}
</style>