Shades of Dark Pastel Green #02C134
Tints of Dark Pastel Green #02C134
RGB
CMYK
RGB Variations
Color information
#02C134 (or 0x02C134) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 34. RGB value is (2,193,52). Sum of RGB (Red+Green+Blue) = 2+193+52=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #02C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C134 is #FD3ECB. Grayscale: #787878. Windows color (decimal): -16596684 or 3457282. OLE color: 3457282.
HSL color Cylindrical-coordinate representation of color #02C134: hue angle of 135.71º 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 #02C134 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 52 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.24 |
| HSL | 135.71º | 0.98% | 0.38% | - |
| HSV(B) | 135.71º | 0.99% | 0.76% | - |
| XYZ | 19.71 | 38.4 | 9.62 | - |
| YUV | 119.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 52 | 0.99 | 0 | 0.73 | 0.24 | 135.71 | 0.98 | 0.38 |
| Hex | 2 | C1 | 34 | 63 | 0 | 49 | 18 | 88 | 62 | 26 |
| Octal | 2 | 301 | 64 | 143 | 0 | 111 | 30 | 210 | 142 | 46 |
| Binary | 10 | 11000001 | 110100 | 1100011 | 0 | 1001001 | 11000 | 10001000 | 1100010 | 100110 |
Color Harmonies of #02C134
Complementary color
Monochromatic Colors of #02C134
Black with #02C134
Text Example
Text Example
White with #02C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C134; }
p { color: rgb(2,193,52); }
H1.HeaderClassName
{
color: #02C134;
}
.AnyTagClassName
{
color: #02C134;
}
</style>
background-color css
<style>
a { background-color: #02C134; }
a { background-color: rgb(2,193,52); }
div.DivClassName
{
background-color: #02C134;
}
.BgClassName
{
background-color: #02C134;
}
</style>
border-color css
<style>
span { border-color: #02C134; }
span { border-color: rgb(2,193,52); }
td.TdClassName
{
border-color: #02C134;
}
.TagClassName
{
border-color: #02C134;
}
</style>