Shades of Dark Pastel Green #1CBD4D
Tints of Dark Pastel Green #1CBD4D
RGB
CMYK
RGB Variations
Color information
#1CBD4D (or 0x1CBD4D) is known color: Dark Pastel Green. HEX triplet: 1C, BD and 4D. RGB value is (28,189,77). Sum of RGB (Red+Green+Blue) = 28+189+77=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBD4D is #E342B2. Grayscale: #808080. Windows color (decimal): -14893747 or 5094684. OLE color: 5094684.
HSL color Cylindrical-coordinate representation of color #1CBD4D: hue angle of 138.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBD4D is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 189 | 77 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.26 |
| HSL | 138.26º | 0.74% | 0.43% | - |
| HSV(B) | 138.26º | 0.85% | 0.74% | - |
| XYZ | 20.02 | 37.18 | 13.14 | - |
| YUV | 128.09 | 99.16 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 77 | 0.85 | 0 | 0.59 | 0.26 | 138.26 | 0.74 | 0.43 |
| Hex | 1C | BD | 4D | 55 | 0 | 3B | 1A | 8A | 4A | 2B |
| Octal | 34 | 275 | 115 | 125 | 0 | 73 | 32 | 212 | 112 | 53 |
| Binary | 11100 | 10111101 | 1001101 | 1010101 | 0 | 111011 | 11010 | 10001010 | 1001010 | 101011 |
Color Harmonies of #1CBD4D
Complementary color
Monochromatic Colors of #1CBD4D
Black with #1CBD4D
Text Example
Text Example
White with #1CBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBD4D; }
p { color: rgb(28,189,77); }
H1.HeaderClassName
{
color: #1CBD4D;
}
.AnyTagClassName
{
color: #1CBD4D;
}
</style>
background-color css
<style>
a { background-color: #1CBD4D; }
a { background-color: rgb(28,189,77); }
div.DivClassName
{
background-color: #1CBD4D;
}
.BgClassName
{
background-color: #1CBD4D;
}
</style>
border-color css
<style>
span { border-color: #1CBD4D; }
span { border-color: rgb(28,189,77); }
td.TdClassName
{
border-color: #1CBD4D;
}
.TagClassName
{
border-color: #1CBD4D;
}
</style>