Shades of Dark Pastel Green #1CB949
Tints of Dark Pastel Green #1CB949
RGB
CMYK
RGB Variations
Color information
#1CB949 (or 0x1CB949) is known color: Dark Pastel Green. HEX triplet: 1C, B9 and 49. RGB value is (28,185,73). Sum of RGB (Red+Green+Blue) = 28+185+73=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 185 (72.66% from 255 or 64.69% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB949 is #E346B6. Grayscale: #7D7D7D. Windows color (decimal): -14894775 or 4831516. OLE color: 4831516.
HSL color Cylindrical-coordinate representation of color #1CB949: hue angle of 137.2º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB949 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 185 | 73 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.27 |
| HSL | 137.2º | 0.74% | 0.42% | - |
| HSV(B) | 137.2º | 0.85% | 0.73% | - |
| XYZ | 19.03 | 35.43 | 12.14 | - |
| YUV | 125.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 73 | 0.85 | 0 | 0.61 | 0.27 | 137.2 | 0.74 | 0.42 |
| Hex | 1C | B9 | 49 | 55 | 0 | 3D | 1B | 89 | 4A | 2A |
| Octal | 34 | 271 | 111 | 125 | 0 | 75 | 33 | 211 | 112 | 52 |
| Binary | 11100 | 10111001 | 1001001 | 1010101 | 0 | 111101 | 11011 | 10001001 | 1001010 | 101010 |
Color Harmonies of #1CB949
Complementary color
Monochromatic Colors of #1CB949
Black with #1CB949
Text Example
Text Example
White with #1CB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB949; }
p { color: rgb(28,185,73); }
H1.HeaderClassName
{
color: #1CB949;
}
.AnyTagClassName
{
color: #1CB949;
}
</style>
background-color css
<style>
a { background-color: #1CB949; }
a { background-color: rgb(28,185,73); }
div.DivClassName
{
background-color: #1CB949;
}
.BgClassName
{
background-color: #1CB949;
}
</style>
border-color css
<style>
span { border-color: #1CB949; }
span { border-color: rgb(28,185,73); }
td.TdClassName
{
border-color: #1CB949;
}
.TagClassName
{
border-color: #1CB949;
}
</style>