Shades of Dark Pastel Green #02C138
Tints of Dark Pastel Green #02C138
RGB
CMYK
RGB Variations
Color information
#02C138 (or 0x02C138) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 38. RGB value is (2,193,56). Sum of RGB (Red+Green+Blue) = 2+193+56=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #02C138 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C138 is #FD3EC7. Grayscale: #787878. Windows color (decimal): -16596680 or 3719426. OLE color: 3719426.
HSL color Cylindrical-coordinate representation of color #02C138: hue angle of 136.96º 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 #02C138 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 56 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.24 |
| HSL | 136.96º | 0.98% | 0.38% | - |
| HSV(B) | 136.96º | 0.99% | 0.76% | - |
| XYZ | 19.81 | 38.44 | 10.12 | - |
| YUV | 120.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 56 | 0.99 | 0 | 0.71 | 0.24 | 136.96 | 0.98 | 0.38 |
| Hex | 2 | C1 | 38 | 63 | 0 | 47 | 18 | 89 | 62 | 26 |
| Octal | 2 | 301 | 70 | 143 | 0 | 107 | 30 | 211 | 142 | 46 |
| Binary | 10 | 11000001 | 111000 | 1100011 | 0 | 1000111 | 11000 | 10001001 | 1100010 | 100110 |
Color Harmonies of #02C138
Complementary color
Monochromatic Colors of #02C138
Black with #02C138
Text Example
Text Example
White with #02C138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C138; }
p { color: rgb(2,193,56); }
H1.HeaderClassName
{
color: #02C138;
}
.AnyTagClassName
{
color: #02C138;
}
</style>
background-color css
<style>
a { background-color: #02C138; }
a { background-color: rgb(2,193,56); }
div.DivClassName
{
background-color: #02C138;
}
.BgClassName
{
background-color: #02C138;
}
</style>
border-color css
<style>
span { border-color: #02C138; }
span { border-color: rgb(2,193,56); }
td.TdClassName
{
border-color: #02C138;
}
.TagClassName
{
border-color: #02C138;
}
</style>