Shades of Dark Pastel Green #1CBC49
Tints of Dark Pastel Green #1CBC49
RGB
CMYK
RGB Variations
Color information
#1CBC49 (or 0x1CBC49) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 49. RGB value is (28,188,73). Sum of RGB (Red+Green+Blue) = 28+188+73=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC49 is #E343B6. Grayscale: #7F7F7F. Windows color (decimal): -14894007 or 4832284. OLE color: 4832284.
HSL color Cylindrical-coordinate representation of color #1CBC49: hue angle of 136.88º 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 #1CBC49 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 73 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.26 |
| HSL | 136.88º | 0.74% | 0.42% | - |
| HSV(B) | 136.88º | 0.85% | 0.74% | - |
| XYZ | 19.66 | 36.69 | 12.35 | - |
| YUV | 127.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 73 | 0.85 | 0 | 0.61 | 0.26 | 136.88 | 0.74 | 0.42 |
| Hex | 1C | BC | 49 | 55 | 0 | 3D | 1A | 89 | 4A | 2A |
| Octal | 34 | 274 | 111 | 125 | 0 | 75 | 32 | 211 | 112 | 52 |
| Binary | 11100 | 10111100 | 1001001 | 1010101 | 0 | 111101 | 11010 | 10001001 | 1001010 | 101010 |
Color Harmonies of #1CBC49
Complementary color
Monochromatic Colors of #1CBC49
Black with #1CBC49
Text Example
Text Example
White with #1CBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC49; }
p { color: rgb(28,188,73); }
H1.HeaderClassName
{
color: #1CBC49;
}
.AnyTagClassName
{
color: #1CBC49;
}
</style>
background-color css
<style>
a { background-color: #1CBC49; }
a { background-color: rgb(28,188,73); }
div.DivClassName
{
background-color: #1CBC49;
}
.BgClassName
{
background-color: #1CBC49;
}
</style>
border-color css
<style>
span { border-color: #1CBC49; }
span { border-color: rgb(28,188,73); }
td.TdClassName
{
border-color: #1CBC49;
}
.TagClassName
{
border-color: #1CBC49;
}
</style>