Shades of Dark Pastel Green #02BE2B
Tints of Dark Pastel Green #02BE2B
RGB
CMYK
RGB Variations
Color information
#02BE2B (or 0x02BE2B) is known color: Dark Pastel Green. HEX triplet: 02, BE and 2B. RGB value is (2,190,43). Sum of RGB (Red+Green+Blue) = 2+190+43=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BE2B is #FD41D4. Grayscale: #757575. Windows color (decimal): -16597461 or 2866690. OLE color: 2866690.
HSL color Cylindrical-coordinate representation of color #02BE2B: hue angle of 133.09º 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 #02BE2B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 2 | 190 | 43 | - |
CMYK | 0.99 | 0 | 0.77 | 0.25 |
HSL | 133.09º | 0.98% | 0.38% | - |
HSV(B) | 133.09º | 0.99% | 0.75% | - |
XYZ | 18.87 | 37.01 | 8.44 | - |
YUV | 117.03 | 86.22 | 45.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 190 | 43 | 0.99 | 0 | 0.77 | 0.25 | 133.09 | 0.98 | 0.38 |
Hex | 2 | BE | 2B | 63 | 0 | 4D | 19 | 85 | 62 | 26 |
Octal | 2 | 276 | 53 | 143 | 0 | 115 | 31 | 205 | 142 | 46 |
Binary | 10 | 10111110 | 101011 | 1100011 | 0 | 1001101 | 11001 | 10000101 | 1100010 | 100110 |
Color Harmonies of #02BE2B
Complementary color
Monochromatic Colors of #02BE2B
Black with #02BE2B
Text Example
Text Example
White with #02BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BE2B; }
p { color: rgb(2,190,43); }
H1.HeaderClassName
{
color: #02BE2B;
}
.AnyTagClassName
{
color: #02BE2B;
}
</style>
background-color css
<style>
a { background-color: #02BE2B; }
a { background-color: rgb(2,190,43); }
div.DivClassName
{
background-color: #02BE2B;
}
.BgClassName
{
background-color: #02BE2B;
}
</style>
border-color css
<style>
span { border-color: #02BE2B; }
span { border-color: rgb(2,190,43); }
td.TdClassName
{
border-color: #02BE2B;
}
.TagClassName
{
border-color: #02BE2B;
}
</style>