Shades of Dark Pastel Green #02BD4B
Tints of Dark Pastel Green #02BD4B
RGB
CMYK
RGB Variations
Color information
#02BD4B (or 0x02BD4B) is known color: Dark Pastel Green. HEX triplet: 02, BD and 4B. RGB value is (2,189,75). Sum of RGB (Red+Green+Blue) = 2+189+75=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD4B is #FD42B4. Grayscale: #787878. Windows color (decimal): -16597685 or 4963586. OLE color: 4963586.
HSL color Cylindrical-coordinate representation of color #02BD4B: hue angle of 143.42º 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 #02BD4B is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 75 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.26 |
| HSL | 143.42º | 0.98% | 0.37% | - |
| HSV(B) | 143.42º | 0.99% | 0.74% | - |
| XYZ | 19.49 | 36.92 | 12.75 | - |
| YUV | 120.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 75 | 0.99 | 0 | 0.60 | 0.26 | 143.42 | 0.98 | 0.37 |
| Hex | 2 | BD | 4B | 63 | 0 | 3C | 1A | 8F | 62 | 25 |
| Octal | 2 | 275 | 113 | 143 | 0 | 74 | 32 | 217 | 142 | 45 |
| Binary | 10 | 10111101 | 1001011 | 1100011 | 0 | 111100 | 11010 | 10001111 | 1100010 | 100101 |
Color Harmonies of #02BD4B
Complementary color
Monochromatic Colors of #02BD4B
Black with #02BD4B
Text Example
Text Example
White with #02BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD4B; }
p { color: rgb(2,189,75); }
H1.HeaderClassName
{
color: #02BD4B;
}
.AnyTagClassName
{
color: #02BD4B;
}
</style>
background-color css
<style>
a { background-color: #02BD4B; }
a { background-color: rgb(2,189,75); }
div.DivClassName
{
background-color: #02BD4B;
}
.BgClassName
{
background-color: #02BD4B;
}
</style>
border-color css
<style>
span { border-color: #02BD4B; }
span { border-color: rgb(2,189,75); }
td.TdClassName
{
border-color: #02BD4B;
}
.TagClassName
{
border-color: #02BD4B;
}
</style>