Shades of Dark Pastel Green #05C02A
Tints of Dark Pastel Green #05C02A
RGB
CMYK
RGB Variations
Color information
#05C02A (or 0x05C02A) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 2A. RGB value is (5,192,42). Sum of RGB (Red+Green+Blue) = 5+192+42=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #05C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C02A is #FA3FD5. Grayscale: #777777. Windows color (decimal): -16400342 or 2801669. OLE color: 2801669.
HSL color Cylindrical-coordinate representation of color #05C02A: hue angle of 131.87º 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 #05C02A is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 42 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.25 |
| HSL | 131.87º | 0.95% | 0.39% | - |
| HSV(B) | 131.87º | 0.97% | 0.75% | - |
| XYZ | 19.33 | 37.9 | 8.49 | - |
| YUV | 118.99 | 84.55 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 42 | 0.97 | 0 | 0.78 | 0.25 | 131.87 | 0.95 | 0.39 |
| Hex | 5 | C0 | 2A | 61 | 0 | 4E | 19 | 84 | 5F | 27 |
| Octal | 5 | 300 | 52 | 141 | 0 | 116 | 31 | 204 | 137 | 47 |
| Binary | 101 | 11000000 | 101010 | 1100001 | 0 | 1001110 | 11001 | 10000100 | 1011111 | 100111 |
Color Harmonies of #05C02A
Complementary color
Monochromatic Colors of #05C02A
Black with #05C02A
Text Example
Text Example
White with #05C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C02A; }
p { color: rgb(5,192,42); }
H1.HeaderClassName
{
color: #05C02A;
}
.AnyTagClassName
{
color: #05C02A;
}
</style>
background-color css
<style>
a { background-color: #05C02A; }
a { background-color: rgb(5,192,42); }
div.DivClassName
{
background-color: #05C02A;
}
.BgClassName
{
background-color: #05C02A;
}
</style>
border-color css
<style>
span { border-color: #05C02A; }
span { border-color: rgb(5,192,42); }
td.TdClassName
{
border-color: #05C02A;
}
.TagClassName
{
border-color: #05C02A;
}
</style>