Shades of Dark Pastel Green #02C534
Tints of Dark Pastel Green #02C534
RGB
CMYK
RGB Variations
Color information
#02C534 (or 0x02C534) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 34. RGB value is (2,197,52). Sum of RGB (Red+Green+Blue) = 2+197+52=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #02C534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C534 is #FD3ACB. Grayscale: #7A7A7A. Windows color (decimal): -16595660 or 3458306. OLE color: 3458306.
HSL color Cylindrical-coordinate representation of color #02C534: hue angle of 135.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C534 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 52 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.23 |
| HSL | 135.38º | 0.98% | 0.39% | - |
| HSV(B) | 135.38º | 0.99% | 0.77% | - |
| XYZ | 20.61 | 40.19 | 9.92 | - |
| YUV | 122.17 | 88.4 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 52 | 0.99 | 0 | 0.74 | 0.23 | 135.38 | 0.98 | 0.39 |
| Hex | 2 | C5 | 34 | 63 | 0 | 4A | 17 | 87 | 62 | 27 |
| Octal | 2 | 305 | 64 | 143 | 0 | 112 | 27 | 207 | 142 | 47 |
| Binary | 10 | 11000101 | 110100 | 1100011 | 0 | 1001010 | 10111 | 10000111 | 1100010 | 100111 |
Color Harmonies of #02C534
Complementary color
Monochromatic Colors of #02C534
Black with #02C534
Text Example
Text Example
White with #02C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C534; }
p { color: rgb(2,197,52); }
H1.HeaderClassName
{
color: #02C534;
}
.AnyTagClassName
{
color: #02C534;
}
</style>
background-color css
<style>
a { background-color: #02C534; }
a { background-color: rgb(2,197,52); }
div.DivClassName
{
background-color: #02C534;
}
.BgClassName
{
background-color: #02C534;
}
</style>
border-color css
<style>
span { border-color: #02C534; }
span { border-color: rgb(2,197,52); }
td.TdClassName
{
border-color: #02C534;
}
.TagClassName
{
border-color: #02C534;
}
</style>