Shades of Dark Pastel Green #01C31C
Tints of Dark Pastel Green #01C31C
RGB
CMYK
RGB Variations
Color information
#01C31C (or 0x01C31C) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 1C. RGB value is (1,195,28). Sum of RGB (Red+Green+Blue) = 1+195+28=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 195 (76.56% from 255 or 87.05% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 195 - color contains mainly: green. Hex color #01C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C31C is #FE3CE3. Grayscale: #767676. Windows color (decimal): -16661732 or 1884929. OLE color: 1884929.
HSL color Cylindrical-coordinate representation of color #01C31C: hue angle of 128.35º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C31C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.24 |
| HSL | 128.35º | 0.99% | 0.38% | - |
| HSV(B) | 128.35º | 0.99% | 0.76% | - |
| XYZ | 19.74 | 39.12 | 7.61 | - |
| YUV | 117.96 | 77.23 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 28 | 0.99 | 0 | 0.86 | 0.24 | 128.35 | 0.99 | 0.38 |
| Hex | 1 | C3 | 1C | 63 | 0 | 56 | 18 | 80 | 63 | 26 |
| Octal | 1 | 303 | 34 | 143 | 0 | 126 | 30 | 200 | 143 | 46 |
| Binary | 1 | 11000011 | 11100 | 1100011 | 0 | 1010110 | 11000 | 10000000 | 1100011 | 100110 |
Color Harmonies of #01C31C
Complementary color
Monochromatic Colors of #01C31C
Black with #01C31C
Text Example
Text Example
White with #01C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C31C; }
p { color: rgb(1,195,28); }
H1.HeaderClassName
{
color: #01C31C;
}
.AnyTagClassName
{
color: #01C31C;
}
</style>
background-color css
<style>
a { background-color: #01C31C; }
a { background-color: rgb(1,195,28); }
div.DivClassName
{
background-color: #01C31C;
}
.BgClassName
{
background-color: #01C31C;
}
</style>
border-color css
<style>
span { border-color: #01C31C; }
span { border-color: rgb(1,195,28); }
td.TdClassName
{
border-color: #01C31C;
}
.TagClassName
{
border-color: #01C31C;
}
</style>