Shades of Dark Pastel Green #05C01C
Tints of Dark Pastel Green #05C01C
RGB
CMYK
RGB Variations
Color information
#05C01C (or 0x05C01C) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 1C. RGB value is (5,192,28). Sum of RGB (Red+Green+Blue) = 5+192+28=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #05C01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C01C is #FA3FE3. Grayscale: #757575. Windows color (decimal): -16400356 or 1884165. OLE color: 1884165.
HSL color Cylindrical-coordinate representation of color #05C01C: hue angle of 127.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C01C is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 28 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.25 |
| HSL | 127.38º | 0.95% | 0.39% | - |
| HSV(B) | 127.38º | 0.97% | 0.75% | - |
| XYZ | 19.12 | 37.82 | 7.39 | - |
| YUV | 117.39 | 77.55 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 28 | 0.97 | 0 | 0.85 | 0.25 | 127.38 | 0.95 | 0.39 |
| Hex | 5 | C0 | 1C | 61 | 0 | 55 | 19 | 7F | 5F | 27 |
| Octal | 5 | 300 | 34 | 141 | 0 | 125 | 31 | 177 | 137 | 47 |
| Binary | 101 | 11000000 | 11100 | 1100001 | 0 | 1010101 | 11001 | 1111111 | 1011111 | 100111 |
Color Harmonies of #05C01C
Complementary color
Monochromatic Colors of #05C01C
Black with #05C01C
Text Example
Text Example
White with #05C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C01C; }
p { color: rgb(5,192,28); }
H1.HeaderClassName
{
color: #05C01C;
}
.AnyTagClassName
{
color: #05C01C;
}
</style>
background-color css
<style>
a { background-color: #05C01C; }
a { background-color: rgb(5,192,28); }
div.DivClassName
{
background-color: #05C01C;
}
.BgClassName
{
background-color: #05C01C;
}
</style>
border-color css
<style>
span { border-color: #05C01C; }
span { border-color: rgb(5,192,28); }
td.TdClassName
{
border-color: #05C01C;
}
.TagClassName
{
border-color: #05C01C;
}
</style>