Shades of Dark Pastel Green #01C737
Tints of Dark Pastel Green #01C737
RGB
CMYK
RGB Variations
Color information
#01C737 (or 0x01C737) is known color: Dark Pastel Green. HEX triplet: 01, C7 and 37. RGB value is (1,199,55). Sum of RGB (Red+Green+Blue) = 1+199+55=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 199 (78.12% from 255 or 78.04% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 199 - color contains mainly: green. Hex color #01C737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C737 is #FE38C8. Grayscale: #7B7B7B. Windows color (decimal): -16660681 or 3655425. OLE color: 3655425.
HSL color Cylindrical-coordinate representation of color #01C737: hue angle of 136.36º degrees, saturation: 0.99, 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 #01C737 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 199 | 55 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.22 |
| HSL | 136.36º | 0.99% | 0.39% | - |
| HSV(B) | 136.36º | 0.99% | 0.78% | - |
| XYZ | 21.13 | 41.13 | 10.44 | - |
| YUV | 123.38 | 89.4 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 199 | 55 | 0.99 | 0 | 0.72 | 0.22 | 136.36 | 0.99 | 0.39 |
| Hex | 1 | C7 | 37 | 63 | 0 | 48 | 16 | 88 | 63 | 27 |
| Octal | 1 | 307 | 67 | 143 | 0 | 110 | 26 | 210 | 143 | 47 |
| Binary | 1 | 11000111 | 110111 | 1100011 | 0 | 1001000 | 10110 | 10001000 | 1100011 | 100111 |
Color Harmonies of #01C737
Complementary color
Monochromatic Colors of #01C737
Black with #01C737
Text Example
Text Example
White with #01C737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C737; }
p { color: rgb(1,199,55); }
H1.HeaderClassName
{
color: #01C737;
}
.AnyTagClassName
{
color: #01C737;
}
</style>
background-color css
<style>
a { background-color: #01C737; }
a { background-color: rgb(1,199,55); }
div.DivClassName
{
background-color: #01C737;
}
.BgClassName
{
background-color: #01C737;
}
</style>
border-color css
<style>
span { border-color: #01C737; }
span { border-color: rgb(1,199,55); }
td.TdClassName
{
border-color: #01C737;
}
.TagClassName
{
border-color: #01C737;
}
</style>