Shades of Dark Pastel Green #1CB43C
Tints of Dark Pastel Green #1CB43C
RGB
CMYK
RGB Variations
Color information
#1CB43C (or 0x1CB43C) is known color: Dark Pastel Green. HEX triplet: 1C, B4 and 3C. RGB value is (28,180,60). Sum of RGB (Red+Green+Blue) = 28+180+60=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB43C is #E34BC3. Grayscale: #797979. Windows color (decimal): -14896068 or 3978268. OLE color: 3978268.
HSL color Cylindrical-coordinate representation of color #1CB43C: hue angle of 132.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB43C is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 60 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.29 |
| HSL | 132.63º | 0.73% | 0.41% | - |
| HSV(B) | 132.63º | 0.84% | 0.71% | - |
| XYZ | 17.62 | 33.22 | 9.76 | - |
| YUV | 120.87 | 93.64 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 60 | 0.84 | 0 | 0.67 | 0.29 | 132.63 | 0.73 | 0.41 |
| Hex | 1C | B4 | 3C | 54 | 0 | 43 | 1D | 85 | 49 | 29 |
| Octal | 34 | 264 | 74 | 124 | 0 | 103 | 35 | 205 | 111 | 51 |
| Binary | 11100 | 10110100 | 111100 | 1010100 | 0 | 1000011 | 11101 | 10000101 | 1001001 | 101001 |
Color Harmonies of #1CB43C
Complementary color
Monochromatic Colors of #1CB43C
Black with #1CB43C
Text Example
Text Example
White with #1CB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB43C; }
p { color: rgb(28,180,60); }
H1.HeaderClassName
{
color: #1CB43C;
}
.AnyTagClassName
{
color: #1CB43C;
}
</style>
background-color css
<style>
a { background-color: #1CB43C; }
a { background-color: rgb(28,180,60); }
div.DivClassName
{
background-color: #1CB43C;
}
.BgClassName
{
background-color: #1CB43C;
}
</style>
border-color css
<style>
span { border-color: #1CB43C; }
span { border-color: rgb(28,180,60); }
td.TdClassName
{
border-color: #1CB43C;
}
.TagClassName
{
border-color: #1CB43C;
}
</style>