Shades of Dark Pastel Green #1CBC4B
Tints of Dark Pastel Green #1CBC4B
RGB
CMYK
RGB Variations
Color information
#1CBC4B (or 0x1CBC4B) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 4B. RGB value is (28,188,75). Sum of RGB (Red+Green+Blue) = 28+188+75=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC4B is #E343B4. Grayscale: #7F7F7F. Windows color (decimal): -14894005 or 4963356. OLE color: 4963356.
HSL color Cylindrical-coordinate representation of color #1CBC4B: hue angle of 137.62º 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 #1CBC4B is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 75 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.26 |
| HSL | 137.63º | 0.74% | 0.42% | - |
| HSV(B) | 137.63º | 0.85% | 0.74% | - |
| XYZ | 19.73 | 36.72 | 12.7 | - |
| YUV | 127.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 75 | 0.85 | 0 | 0.60 | 0.26 | 137.63 | 0.74 | 0.42 |
| Hex | 1C | BC | 4B | 55 | 0 | 3C | 1A | 8A | 4A | 2A |
| Octal | 34 | 274 | 113 | 125 | 0 | 74 | 32 | 212 | 112 | 52 |
| Binary | 11100 | 10111100 | 1001011 | 1010101 | 0 | 111100 | 11010 | 10001010 | 1001010 | 101010 |
Color Harmonies of #1CBC4B
Complementary color
Monochromatic Colors of #1CBC4B
Black with #1CBC4B
Text Example
Text Example
White with #1CBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC4B; }
p { color: rgb(28,188,75); }
H1.HeaderClassName
{
color: #1CBC4B;
}
.AnyTagClassName
{
color: #1CBC4B;
}
</style>
background-color css
<style>
a { background-color: #1CBC4B; }
a { background-color: rgb(28,188,75); }
div.DivClassName
{
background-color: #1CBC4B;
}
.BgClassName
{
background-color: #1CBC4B;
}
</style>
border-color css
<style>
span { border-color: #1CBC4B; }
span { border-color: rgb(28,188,75); }
td.TdClassName
{
border-color: #1CBC4B;
}
.TagClassName
{
border-color: #1CBC4B;
}
</style>