Shades of Dark Pastel Green #01C33D
Tints of Dark Pastel Green #01C33D
RGB
CMYK
RGB Variations
Color information
#01C33D (or 0x01C33D) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 3D. RGB value is (1,195,61). Sum of RGB (Red+Green+Blue) = 1+195+61=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #01C33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C33D is #FE3CC2. Grayscale: #7A7A7A. Windows color (decimal): -16661699 or 4047617. OLE color: 4047617.
HSL color Cylindrical-coordinate representation of color #01C33D: hue angle of 138.56º 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 #01C33D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 61 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.24 |
| HSL | 138.56º | 0.99% | 0.38% | - |
| HSV(B) | 138.56º | 0.99% | 0.76% | - |
| XYZ | 20.37 | 39.37 | 10.94 | - |
| YUV | 121.72 | 93.73 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 61 | 0.99 | 0 | 0.69 | 0.24 | 138.56 | 0.99 | 0.38 |
| Hex | 1 | C3 | 3D | 63 | 0 | 45 | 18 | 8B | 63 | 26 |
| Octal | 1 | 303 | 75 | 143 | 0 | 105 | 30 | 213 | 143 | 46 |
| Binary | 1 | 11000011 | 111101 | 1100011 | 0 | 1000101 | 11000 | 10001011 | 1100011 | 100110 |
Color Harmonies of #01C33D
Complementary color
Monochromatic Colors of #01C33D
Black with #01C33D
Text Example
Text Example
White with #01C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C33D; }
p { color: rgb(1,195,61); }
H1.HeaderClassName
{
color: #01C33D;
}
.AnyTagClassName
{
color: #01C33D;
}
</style>
background-color css
<style>
a { background-color: #01C33D; }
a { background-color: rgb(1,195,61); }
div.DivClassName
{
background-color: #01C33D;
}
.BgClassName
{
background-color: #01C33D;
}
</style>
border-color css
<style>
span { border-color: #01C33D; }
span { border-color: rgb(1,195,61); }
td.TdClassName
{
border-color: #01C33D;
}
.TagClassName
{
border-color: #01C33D;
}
</style>