Shades of Dark Pastel Green #1CBC48
Tints of Dark Pastel Green #1CBC48
RGB
CMYK
RGB Variations
Color information
#1CBC48 (or 0x1CBC48) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 48. RGB value is (28,188,72). Sum of RGB (Red+Green+Blue) = 28+188+72=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC48 is #E343B7. Grayscale: #7F7F7F. Windows color (decimal): -14894008 or 4766748. OLE color: 4766748.
HSL color Cylindrical-coordinate representation of color #1CBC48: hue angle of 136.5º 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 #1CBC48 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 72 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.26 |
| HSL | 136.5º | 0.74% | 0.42% | - |
| HSV(B) | 136.5º | 0.85% | 0.74% | - |
| XYZ | 19.63 | 36.68 | 12.18 | - |
| YUV | 126.94 | 96.99 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 72 | 0.85 | 0 | 0.62 | 0.26 | 136.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 48 | 55 | 0 | 3E | 1A | 88 | 4A | 2A |
| Octal | 34 | 274 | 110 | 125 | 0 | 76 | 32 | 210 | 112 | 52 |
| Binary | 11100 | 10111100 | 1001000 | 1010101 | 0 | 111110 | 11010 | 10001000 | 1001010 | 101010 |
Color Harmonies of #1CBC48
Complementary color
Monochromatic Colors of #1CBC48
Black with #1CBC48
Text Example
Text Example
White with #1CBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC48; }
p { color: rgb(28,188,72); }
H1.HeaderClassName
{
color: #1CBC48;
}
.AnyTagClassName
{
color: #1CBC48;
}
</style>
background-color css
<style>
a { background-color: #1CBC48; }
a { background-color: rgb(28,188,72); }
div.DivClassName
{
background-color: #1CBC48;
}
.BgClassName
{
background-color: #1CBC48;
}
</style>
border-color css
<style>
span { border-color: #1CBC48; }
span { border-color: rgb(28,188,72); }
td.TdClassName
{
border-color: #1CBC48;
}
.TagClassName
{
border-color: #1CBC48;
}
</style>