Shades of Dark Pastel Green #02BC32
Tints of Dark Pastel Green #02BC32
RGB
CMYK
RGB Variations
Color information
#02BC32 (or 0x02BC32) is known color: Dark Pastel Green. HEX triplet: 02, BC and 32. RGB value is (2,188,50). Sum of RGB (Red+Green+Blue) = 2+188+50=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC32 is #FD43CD. Grayscale: #757575. Windows color (decimal): -16597966 or 3324930. OLE color: 3324930.
HSL color Cylindrical-coordinate representation of color #02BC32: hue angle of 135.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC32 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 50 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.26 |
| HSL | 135.48º | 0.98% | 0.37% | - |
| HSV(B) | 135.48º | 0.99% | 0.74% | - |
| XYZ | 18.58 | 36.21 | 9.03 | - |
| YUV | 116.65 | 90.38 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 50 | 0.99 | 0 | 0.73 | 0.26 | 135.48 | 0.98 | 0.37 |
| Hex | 2 | BC | 32 | 63 | 0 | 49 | 1A | 87 | 62 | 25 |
| Octal | 2 | 274 | 62 | 143 | 0 | 111 | 32 | 207 | 142 | 45 |
| Binary | 10 | 10111100 | 110010 | 1100011 | 0 | 1001001 | 11010 | 10000111 | 1100010 | 100101 |
Color Harmonies of #02BC32
Complementary color
Monochromatic Colors of #02BC32
Black with #02BC32
Text Example
Text Example
White with #02BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC32; }
p { color: rgb(2,188,50); }
H1.HeaderClassName
{
color: #02BC32;
}
.AnyTagClassName
{
color: #02BC32;
}
</style>
background-color css
<style>
a { background-color: #02BC32; }
a { background-color: rgb(2,188,50); }
div.DivClassName
{
background-color: #02BC32;
}
.BgClassName
{
background-color: #02BC32;
}
</style>
border-color css
<style>
span { border-color: #02BC32; }
span { border-color: rgb(2,188,50); }
td.TdClassName
{
border-color: #02BC32;
}
.TagClassName
{
border-color: #02BC32;
}
</style>