Shades of Dark Pastel Green #1CBC4E
Tints of Dark Pastel Green #1CBC4E
RGB
CMYK
RGB Variations
Color information
#1CBC4E (or 0x1CBC4E) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 4E. RGB value is (28,188,78). Sum of RGB (Red+Green+Blue) = 28+188+78=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC4E is #E343B1. Grayscale: #7F7F7F. Windows color (decimal): -14894002 or 5159964. OLE color: 5159964.
HSL color Cylindrical-coordinate representation of color #1CBC4E: hue angle of 138.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC4E is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 78 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.26 |
| HSL | 138.75º | 0.74% | 0.42% | - |
| HSV(B) | 138.75º | 0.85% | 0.74% | - |
| XYZ | 19.84 | 36.76 | 13.26 | - |
| YUV | 127.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 78 | 0.85 | 0 | 0.59 | 0.26 | 138.75 | 0.74 | 0.42 |
| Hex | 1C | BC | 4E | 55 | 0 | 3B | 1A | 8B | 4A | 2A |
| Octal | 34 | 274 | 116 | 125 | 0 | 73 | 32 | 213 | 112 | 52 |
| Binary | 11100 | 10111100 | 1001110 | 1010101 | 0 | 111011 | 11010 | 10001011 | 1001010 | 101010 |
Color Harmonies of #1CBC4E
Complementary color
Monochromatic Colors of #1CBC4E
Black with #1CBC4E
Text Example
Text Example
White with #1CBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC4E; }
p { color: rgb(28,188,78); }
H1.HeaderClassName
{
color: #1CBC4E;
}
.AnyTagClassName
{
color: #1CBC4E;
}
</style>
background-color css
<style>
a { background-color: #1CBC4E; }
a { background-color: rgb(28,188,78); }
div.DivClassName
{
background-color: #1CBC4E;
}
.BgClassName
{
background-color: #1CBC4E;
}
</style>
border-color css
<style>
span { border-color: #1CBC4E; }
span { border-color: rgb(28,188,78); }
td.TdClassName
{
border-color: #1CBC4E;
}
.TagClassName
{
border-color: #1CBC4E;
}
</style>