Shades of Dark Pastel Green #02BE32
Tints of Dark Pastel Green #02BE32
RGB
CMYK
RGB Variations
Color information
#02BE32 (or 0x02BE32) is known color: Dark Pastel Green. HEX triplet: 02, BE and 32. RGB value is (2,190,50). Sum of RGB (Red+Green+Blue) = 2+190+50=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 190 (74.61% from 255 or 78.51% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BE32 is #FD41CD. Grayscale: #767676. Windows color (decimal): -16597454 or 3325442. OLE color: 3325442.
HSL color Cylindrical-coordinate representation of color #02BE32: hue angle of 135.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE32 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 190 | 50 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.25 |
| HSL | 135.32º | 0.98% | 0.38% | - |
| HSV(B) | 135.32º | 0.99% | 0.75% | - |
| XYZ | 19.01 | 37.07 | 9.17 | - |
| YUV | 117.83 | 89.72 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 50 | 0.99 | 0 | 0.74 | 0.25 | 135.32 | 0.98 | 0.38 |
| Hex | 2 | BE | 32 | 63 | 0 | 4A | 19 | 87 | 62 | 26 |
| Octal | 2 | 276 | 62 | 143 | 0 | 112 | 31 | 207 | 142 | 46 |
| Binary | 10 | 10111110 | 110010 | 1100011 | 0 | 1001010 | 11001 | 10000111 | 1100010 | 100110 |
Color Harmonies of #02BE32
Complementary color
Monochromatic Colors of #02BE32
Black with #02BE32
Text Example
Text Example
White with #02BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BE32; }
p { color: rgb(2,190,50); }
H1.HeaderClassName
{
color: #02BE32;
}
.AnyTagClassName
{
color: #02BE32;
}
</style>
background-color css
<style>
a { background-color: #02BE32; }
a { background-color: rgb(2,190,50); }
div.DivClassName
{
background-color: #02BE32;
}
.BgClassName
{
background-color: #02BE32;
}
</style>
border-color css
<style>
span { border-color: #02BE32; }
span { border-color: rgb(2,190,50); }
td.TdClassName
{
border-color: #02BE32;
}
.TagClassName
{
border-color: #02BE32;
}
</style>