Shades of Dark Pastel Green #02BD34
Tints of Dark Pastel Green #02BD34
RGB
CMYK
RGB Variations
Color information
#02BD34 (or 0x02BD34) is known color: Dark Pastel Green. HEX triplet: 02, BD and 34. RGB value is (2,189,52). Sum of RGB (Red+Green+Blue) = 2+189+52=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD34 is #FD42CB. Grayscale: #757575. Windows color (decimal): -16597708 or 3456258. OLE color: 3456258.
HSL color Cylindrical-coordinate representation of color #02BD34: hue angle of 136.04º 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 #02BD34 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 52 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.26 |
| HSL | 136.04º | 0.98% | 0.37% | - |
| HSV(B) | 136.04º | 0.99% | 0.74% | - |
| XYZ | 18.84 | 36.66 | 9.33 | - |
| YUV | 117.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 52 | 0.99 | 0 | 0.72 | 0.26 | 136.04 | 0.98 | 0.37 |
| Hex | 2 | BD | 34 | 63 | 0 | 48 | 1A | 88 | 62 | 25 |
| Octal | 2 | 275 | 64 | 143 | 0 | 110 | 32 | 210 | 142 | 45 |
| Binary | 10 | 10111101 | 110100 | 1100011 | 0 | 1001000 | 11010 | 10001000 | 1100010 | 100101 |
Color Harmonies of #02BD34
Complementary color
Monochromatic Colors of #02BD34
Black with #02BD34
Text Example
Text Example
White with #02BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD34; }
p { color: rgb(2,189,52); }
H1.HeaderClassName
{
color: #02BD34;
}
.AnyTagClassName
{
color: #02BD34;
}
</style>
background-color css
<style>
a { background-color: #02BD34; }
a { background-color: rgb(2,189,52); }
div.DivClassName
{
background-color: #02BD34;
}
.BgClassName
{
background-color: #02BD34;
}
</style>
border-color css
<style>
span { border-color: #02BD34; }
span { border-color: rgb(2,189,52); }
td.TdClassName
{
border-color: #02BD34;
}
.TagClassName
{
border-color: #02BD34;
}
</style>