Shades of Dark Pastel Green #1CB640
Tints of Dark Pastel Green #1CB640
RGB
CMYK
RGB Variations
Color information
#1CB640 (or 0x1CB640) is known color: Dark Pastel Green. HEX triplet: 1C, B6 and 40. RGB value is (28,182,64). Sum of RGB (Red+Green+Blue) = 28+182+64=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB640 is #E349BF. Grayscale: #7A7A7A. Windows color (decimal): -14895552 or 4240924. OLE color: 4240924.
HSL color Cylindrical-coordinate representation of color #1CB640: hue angle of 134.03º 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 #1CB640 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 64 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.29 |
| HSL | 134.03º | 0.73% | 0.41% | - |
| HSV(B) | 134.03º | 0.85% | 0.71% | - |
| XYZ | 18.13 | 34.07 | 10.47 | - |
| YUV | 122.5 | 94.98 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 64 | 0.85 | 0 | 0.65 | 0.29 | 134.03 | 0.73 | 0.41 |
| Hex | 1C | B6 | 40 | 55 | 0 | 41 | 1D | 86 | 49 | 29 |
| Octal | 34 | 266 | 100 | 125 | 0 | 101 | 35 | 206 | 111 | 51 |
| Binary | 11100 | 10110110 | 1000000 | 1010101 | 0 | 1000001 | 11101 | 10000110 | 1001001 | 101001 |
Color Harmonies of #1CB640
Complementary color
Monochromatic Colors of #1CB640
Black with #1CB640
Text Example
Text Example
White with #1CB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB640; }
p { color: rgb(28,182,64); }
H1.HeaderClassName
{
color: #1CB640;
}
.AnyTagClassName
{
color: #1CB640;
}
</style>
background-color css
<style>
a { background-color: #1CB640; }
a { background-color: rgb(28,182,64); }
div.DivClassName
{
background-color: #1CB640;
}
.BgClassName
{
background-color: #1CB640;
}
</style>
border-color css
<style>
span { border-color: #1CB640; }
span { border-color: rgb(28,182,64); }
td.TdClassName
{
border-color: #1CB640;
}
.TagClassName
{
border-color: #1CB640;
}
</style>