Shades of Dark Pastel Green #01CF3C
Tints of Dark Pastel Green #01CF3C
RGB
CMYK
RGB Variations
Color information
#01CF3C (or 0x01CF3C) is known color: Dark Pastel Green. HEX triplet: 01, CF and 3C. RGB value is (1,207,60). Sum of RGB (Red+Green+Blue) = 1+207+60=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF3C is #FE30C3. Grayscale: #818181. Windows color (decimal): -16658628 or 3985153. OLE color: 3985153.
HSL color Cylindrical-coordinate representation of color #01CF3C: hue angle of 137.18º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF3C is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 60 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.19 |
| HSL | 137.18º | 0.99% | 0.41% | - |
| HSV(B) | 137.18º | 1% | 0.81% | - |
| XYZ | 23.14 | 44.96 | 11.73 | - |
| YUV | 128.65 | 89.25 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 60 | 1.00 | 0 | 0.71 | 0.19 | 137.18 | 0.99 | 0.41 |
| Hex | 1 | CF | 3C | 64 | 0 | 47 | 13 | 89 | 63 | 29 |
| Octal | 1 | 317 | 74 | 144 | 0 | 107 | 23 | 211 | 143 | 51 |
| Binary | 1 | 11001111 | 111100 | 1100100 | 0 | 1000111 | 10011 | 10001001 | 1100011 | 101001 |
Color Harmonies of #01CF3C
Complementary color
Monochromatic Colors of #01CF3C
Black with #01CF3C
Text Example
Text Example
White with #01CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF3C; }
p { color: rgb(1,207,60); }
H1.HeaderClassName
{
color: #01CF3C;
}
.AnyTagClassName
{
color: #01CF3C;
}
</style>
background-color css
<style>
a { background-color: #01CF3C; }
a { background-color: rgb(1,207,60); }
div.DivClassName
{
background-color: #01CF3C;
}
.BgClassName
{
background-color: #01CF3C;
}
</style>
border-color css
<style>
span { border-color: #01CF3C; }
span { border-color: rgb(1,207,60); }
td.TdClassName
{
border-color: #01CF3C;
}
.TagClassName
{
border-color: #01CF3C;
}
</style>