Shades of Dark Pastel Green #1CB63C
Tints of Dark Pastel Green #1CB63C
RGB
CMYK
RGB Variations
Color information
#1CB63C (or 0x1CB63C) is known color: Dark Pastel Green. HEX triplet: 1C, B6 and 3C. RGB value is (28,182,60). Sum of RGB (Red+Green+Blue) = 28+182+60=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB63C is #E349C3. Grayscale: #7A7A7A. Windows color (decimal): -14895556 or 3978780. OLE color: 3978780.
HSL color Cylindrical-coordinate representation of color #1CB63C: hue angle of 132.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB63C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 60 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.29 |
| HSL | 132.47º | 0.73% | 0.41% | - |
| HSV(B) | 132.47º | 0.85% | 0.71% | - |
| XYZ | 18.02 | 34.03 | 9.89 | - |
| YUV | 122.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 60 | 0.85 | 0 | 0.67 | 0.29 | 132.47 | 0.73 | 0.41 |
| Hex | 1C | B6 | 3C | 55 | 0 | 43 | 1D | 84 | 49 | 29 |
| Octal | 34 | 266 | 74 | 125 | 0 | 103 | 35 | 204 | 111 | 51 |
| Binary | 11100 | 10110110 | 111100 | 1010101 | 0 | 1000011 | 11101 | 10000100 | 1001001 | 101001 |
Color Harmonies of #1CB63C
Complementary color
Monochromatic Colors of #1CB63C
Black with #1CB63C
Text Example
Text Example
White with #1CB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB63C; }
p { color: rgb(28,182,60); }
H1.HeaderClassName
{
color: #1CB63C;
}
.AnyTagClassName
{
color: #1CB63C;
}
</style>
background-color css
<style>
a { background-color: #1CB63C; }
a { background-color: rgb(28,182,60); }
div.DivClassName
{
background-color: #1CB63C;
}
.BgClassName
{
background-color: #1CB63C;
}
</style>
border-color css
<style>
span { border-color: #1CB63C; }
span { border-color: rgb(28,182,60); }
td.TdClassName
{
border-color: #1CB63C;
}
.TagClassName
{
border-color: #1CB63C;
}
</style>