Shades of Dark Pastel Green #02B73C
Tints of Dark Pastel Green #02B73C
RGB
CMYK
RGB Variations
Color information
#02B73C (or 0x02B73C) is known color: Dark Pastel Green. HEX triplet: 02, B7 and 3C. RGB value is (2,183,60). Sum of RGB (Red+Green+Blue) = 2+183+60=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 183 (71.88% from 255 or 74.69% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 183 - color contains mainly: green. Hex color #02B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B73C is #FD48C3. Grayscale: #737373. Windows color (decimal): -16599236 or 3979010. OLE color: 3979010.
HSL color Cylindrical-coordinate representation of color #02B73C: hue angle of 139.23º 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 #02B73C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 183 | 60 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.28 |
| HSL | 139.23º | 0.98% | 0.36% | - |
| HSV(B) | 139.23º | 0.99% | 0.72% | - |
| XYZ | 17.77 | 34.21 | 9.94 | - |
| YUV | 114.86 | 97.03 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 183 | 60 | 0.99 | 0 | 0.67 | 0.28 | 139.23 | 0.98 | 0.36 |
| Hex | 2 | B7 | 3C | 63 | 0 | 43 | 1C | 8B | 62 | 24 |
| Octal | 2 | 267 | 74 | 143 | 0 | 103 | 34 | 213 | 142 | 44 |
| Binary | 10 | 10110111 | 111100 | 1100011 | 0 | 1000011 | 11100 | 10001011 | 1100010 | 100100 |
Color Harmonies of #02B73C
Complementary color
Monochromatic Colors of #02B73C
Black with #02B73C
Text Example
Text Example
White with #02B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B73C; }
p { color: rgb(2,183,60); }
H1.HeaderClassName
{
color: #02B73C;
}
.AnyTagClassName
{
color: #02B73C;
}
</style>
background-color css
<style>
a { background-color: #02B73C; }
a { background-color: rgb(2,183,60); }
div.DivClassName
{
background-color: #02B73C;
}
.BgClassName
{
background-color: #02B73C;
}
</style>
border-color css
<style>
span { border-color: #02B73C; }
span { border-color: rgb(2,183,60); }
td.TdClassName
{
border-color: #02B73C;
}
.TagClassName
{
border-color: #02B73C;
}
</style>