Shades of Dark Pastel Green #02B742
Tints of Dark Pastel Green #02B742
RGB
CMYK
RGB Variations
Color information
#02B742 (or 0x02B742) is known color: Dark Pastel Green. HEX triplet: 02, B7 and 42. RGB value is (2,183,66). Sum of RGB (Red+Green+Blue) = 2+183+66=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #02B742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B742 is #FD48BD. Grayscale: #737373. Windows color (decimal): -16599230 or 4372226. OLE color: 4372226.
HSL color Cylindrical-coordinate representation of color #02B742: hue angle of 141.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B742 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 183 | 66 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.28 |
| HSL | 141.22º | 0.98% | 0.36% | - |
| HSV(B) | 141.22º | 0.99% | 0.72% | - |
| XYZ | 17.94 | 34.27 | 10.82 | - |
| YUV | 115.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 183 | 66 | 0.99 | 0 | 0.64 | 0.28 | 141.22 | 0.98 | 0.36 |
| Hex | 2 | B7 | 42 | 63 | 0 | 40 | 1C | 8D | 62 | 24 |
| Octal | 2 | 267 | 102 | 143 | 0 | 100 | 34 | 215 | 142 | 44 |
| Binary | 10 | 10110111 | 1000010 | 1100011 | 0 | 1000000 | 11100 | 10001101 | 1100010 | 100100 |
Color Harmonies of #02B742
Complementary color
Monochromatic Colors of #02B742
Black with #02B742
Text Example
Text Example
White with #02B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B742; }
p { color: rgb(2,183,66); }
H1.HeaderClassName
{
color: #02B742;
}
.AnyTagClassName
{
color: #02B742;
}
</style>
background-color css
<style>
a { background-color: #02B742; }
a { background-color: rgb(2,183,66); }
div.DivClassName
{
background-color: #02B742;
}
.BgClassName
{
background-color: #02B742;
}
</style>
border-color css
<style>
span { border-color: #02B742; }
span { border-color: rgb(2,183,66); }
td.TdClassName
{
border-color: #02B742;
}
.TagClassName
{
border-color: #02B742;
}
</style>