Shades of Dark Pastel Green #02B935
Tints of Dark Pastel Green #02B935
RGB
CMYK
RGB Variations
Color information
#02B935 (or 0x02B935) is known color: Dark Pastel Green. HEX triplet: 02, B9 and 35. RGB value is (2,185,53). Sum of RGB (Red+Green+Blue) = 2+185+53=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #02B935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B935 is #FD46CA. Grayscale: #737373. Windows color (decimal): -16598731 or 3520770. OLE color: 3520770.
HSL color Cylindrical-coordinate representation of color #02B935: hue angle of 136.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B935 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 53 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.27 |
| HSL | 136.72º | 0.98% | 0.37% | - |
| HSV(B) | 136.72º | 0.99% | 0.73% | - |
| XYZ | 18.02 | 34.97 | 9.17 | - |
| YUV | 115.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 53 | 0.99 | 0 | 0.71 | 0.27 | 136.72 | 0.98 | 0.37 |
| Hex | 2 | B9 | 35 | 63 | 0 | 47 | 1B | 89 | 62 | 25 |
| Octal | 2 | 271 | 65 | 143 | 0 | 107 | 33 | 211 | 142 | 45 |
| Binary | 10 | 10111001 | 110101 | 1100011 | 0 | 1000111 | 11011 | 10001001 | 1100010 | 100101 |
Color Harmonies of #02B935
Complementary color
Monochromatic Colors of #02B935
Black with #02B935
Text Example
Text Example
White with #02B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B935; }
p { color: rgb(2,185,53); }
H1.HeaderClassName
{
color: #02B935;
}
.AnyTagClassName
{
color: #02B935;
}
</style>
background-color css
<style>
a { background-color: #02B935; }
a { background-color: rgb(2,185,53); }
div.DivClassName
{
background-color: #02B935;
}
.BgClassName
{
background-color: #02B935;
}
</style>
border-color css
<style>
span { border-color: #02B935; }
span { border-color: rgb(2,185,53); }
td.TdClassName
{
border-color: #02B935;
}
.TagClassName
{
border-color: #02B935;
}
</style>