Shades of Dark Pastel Green #01C438
Tints of Dark Pastel Green #01C438
RGB
CMYK
RGB Variations
Color information
#01C438 (or 0x01C438) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 38. RGB value is (1,196,56). Sum of RGB (Red+Green+Blue) = 1+196+56=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #01C438 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C438 is #FE3BC7. Grayscale: #7A7A7A. Windows color (decimal): -16661448 or 3720193. OLE color: 3720193.
HSL color Cylindrical-coordinate representation of color #01C438: hue angle of 136.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C438 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 56 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.23 |
| HSL | 136.92º | 0.99% | 0.39% | - |
| HSV(B) | 136.92º | 0.99% | 0.77% | - |
| XYZ | 20.47 | 39.77 | 10.34 | - |
| YUV | 121.74 | 90.9 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 56 | 0.99 | 0 | 0.71 | 0.23 | 136.92 | 0.99 | 0.39 |
| Hex | 1 | C4 | 38 | 63 | 0 | 47 | 17 | 89 | 63 | 27 |
| Octal | 1 | 304 | 70 | 143 | 0 | 107 | 27 | 211 | 143 | 47 |
| Binary | 1 | 11000100 | 111000 | 1100011 | 0 | 1000111 | 10111 | 10001001 | 1100011 | 100111 |
Color Harmonies of #01C438
Complementary color
Monochromatic Colors of #01C438
Black with #01C438
Text Example
Text Example
White with #01C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C438; }
p { color: rgb(1,196,56); }
H1.HeaderClassName
{
color: #01C438;
}
.AnyTagClassName
{
color: #01C438;
}
</style>
background-color css
<style>
a { background-color: #01C438; }
a { background-color: rgb(1,196,56); }
div.DivClassName
{
background-color: #01C438;
}
.BgClassName
{
background-color: #01C438;
}
</style>
border-color css
<style>
span { border-color: #01C438; }
span { border-color: rgb(1,196,56); }
td.TdClassName
{
border-color: #01C438;
}
.TagClassName
{
border-color: #01C438;
}
</style>