Shades of Dark Pastel Green #02C324
Tints of Dark Pastel Green #02C324
RGB
CMYK
RGB Variations
Color information
#02C324 (or 0x02C324) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 24. RGB value is (2,195,36). Sum of RGB (Red+Green+Blue) = 2+195+36=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #02C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C324 is #FD3CDB. Grayscale: #777777. Windows color (decimal): -16596188 or 2409218. OLE color: 2409218.
HSL color Cylindrical-coordinate representation of color #02C324: hue angle of 130.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C324 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.24 |
| HSL | 130.57º | 0.98% | 0.39% | - |
| HSV(B) | 130.57º | 0.99% | 0.76% | - |
| XYZ | 19.86 | 39.17 | 8.18 | - |
| YUV | 119.17 | 81.06 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 36 | 0.99 | 0 | 0.82 | 0.24 | 130.57 | 0.98 | 0.39 |
| Hex | 2 | C3 | 24 | 63 | 0 | 52 | 18 | 83 | 62 | 27 |
| Octal | 2 | 303 | 44 | 143 | 0 | 122 | 30 | 203 | 142 | 47 |
| Binary | 10 | 11000011 | 100100 | 1100011 | 0 | 1010010 | 11000 | 10000011 | 1100010 | 100111 |
Color Harmonies of #02C324
Complementary color
Monochromatic Colors of #02C324
Black with #02C324
Text Example
Text Example
White with #02C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C324; }
p { color: rgb(2,195,36); }
H1.HeaderClassName
{
color: #02C324;
}
.AnyTagClassName
{
color: #02C324;
}
</style>
background-color css
<style>
a { background-color: #02C324; }
a { background-color: rgb(2,195,36); }
div.DivClassName
{
background-color: #02C324;
}
.BgClassName
{
background-color: #02C324;
}
</style>
border-color css
<style>
span { border-color: #02C324; }
span { border-color: rgb(2,195,36); }
td.TdClassName
{
border-color: #02C324;
}
.TagClassName
{
border-color: #02C324;
}
</style>