Shades of Dark Pastel Green #02C737
Tints of Dark Pastel Green #02C737
RGB
CMYK
RGB Variations
Color information
#02C737 (or 0x02C737) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 37. RGB value is (2,199,55). Sum of RGB (Red+Green+Blue) = 2+199+55=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 199 (78.12% from 255 or 77.73% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 199 - color contains mainly: green. Hex color #02C737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C737 is #FD38C8. Grayscale: #7C7C7C. Windows color (decimal): -16595145 or 3655426. OLE color: 3655426.
HSL color Cylindrical-coordinate representation of color #02C737: hue angle of 136.14º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C737 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 55 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.22 |
| HSL | 136.14º | 0.98% | 0.39% | - |
| HSV(B) | 136.14º | 0.99% | 0.78% | - |
| XYZ | 21.14 | 41.14 | 10.44 | - |
| YUV | 123.68 | 89.23 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 55 | 0.99 | 0 | 0.72 | 0.22 | 136.14 | 0.98 | 0.39 |
| Hex | 2 | C7 | 37 | 63 | 0 | 48 | 16 | 88 | 62 | 27 |
| Octal | 2 | 307 | 67 | 143 | 0 | 110 | 26 | 210 | 142 | 47 |
| Binary | 10 | 11000111 | 110111 | 1100011 | 0 | 1001000 | 10110 | 10001000 | 1100010 | 100111 |
Color Harmonies of #02C737
Complementary color
Monochromatic Colors of #02C737
Black with #02C737
Text Example
Text Example
White with #02C737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C737; }
p { color: rgb(2,199,55); }
H1.HeaderClassName
{
color: #02C737;
}
.AnyTagClassName
{
color: #02C737;
}
</style>
background-color css
<style>
a { background-color: #02C737; }
a { background-color: rgb(2,199,55); }
div.DivClassName
{
background-color: #02C737;
}
.BgClassName
{
background-color: #02C737;
}
</style>
border-color css
<style>
span { border-color: #02C737; }
span { border-color: rgb(2,199,55); }
td.TdClassName
{
border-color: #02C737;
}
.TagClassName
{
border-color: #02C737;
}
</style>