Shades of Dark Pastel Green #02C434
Tints of Dark Pastel Green #02C434
RGB
CMYK
RGB Variations
Color information
#02C434 (or 0x02C434) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 34. RGB value is (2,196,52). Sum of RGB (Red+Green+Blue) = 2+196+52=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 196 (76.95% from 255 or 78.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 196 - color contains mainly: green. Hex color #02C434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C434 is #FD3BCB. Grayscale: #797979. Windows color (decimal): -16595916 or 3458050. OLE color: 3458050.
HSL color Cylindrical-coordinate representation of color #02C434: hue angle of 135.46º 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 #02C434 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 52 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.23 |
| HSL | 135.46º | 0.98% | 0.39% | - |
| HSV(B) | 135.46º | 0.99% | 0.77% | - |
| XYZ | 20.38 | 39.74 | 9.85 | - |
| YUV | 121.58 | 88.73 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 52 | 0.99 | 0 | 0.73 | 0.23 | 135.46 | 0.98 | 0.39 |
| Hex | 2 | C4 | 34 | 63 | 0 | 49 | 17 | 87 | 62 | 27 |
| Octal | 2 | 304 | 64 | 143 | 0 | 111 | 27 | 207 | 142 | 47 |
| Binary | 10 | 11000100 | 110100 | 1100011 | 0 | 1001001 | 10111 | 10000111 | 1100010 | 100111 |
Color Harmonies of #02C434
Complementary color
Monochromatic Colors of #02C434
Black with #02C434
Text Example
Text Example
White with #02C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C434; }
p { color: rgb(2,196,52); }
H1.HeaderClassName
{
color: #02C434;
}
.AnyTagClassName
{
color: #02C434;
}
</style>
background-color css
<style>
a { background-color: #02C434; }
a { background-color: rgb(2,196,52); }
div.DivClassName
{
background-color: #02C434;
}
.BgClassName
{
background-color: #02C434;
}
</style>
border-color css
<style>
span { border-color: #02C434; }
span { border-color: rgb(2,196,52); }
td.TdClassName
{
border-color: #02C434;
}
.TagClassName
{
border-color: #02C434;
}
</style>