Shades of Dark Pastel Green #1CB449
Tints of Dark Pastel Green #1CB449
RGB
CMYK
RGB Variations
Color information
#1CB449 (or 0x1CB449) is known color: Dark Pastel Green. HEX triplet: 1C, B4 and 49. RGB value is (28,180,73). Sum of RGB (Red+Green+Blue) = 28+180+73=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB449 is #E34BB6. Grayscale: #7A7A7A. Windows color (decimal): -14896055 or 4830236. OLE color: 4830236.
HSL color Cylindrical-coordinate representation of color #1CB449: hue angle of 137.76º 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 #1CB449 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 73 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.29 |
| HSL | 137.76º | 0.73% | 0.41% | - |
| HSV(B) | 137.76º | 0.84% | 0.71% | - |
| XYZ | 18 | 33.37 | 11.8 | - |
| YUV | 122.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 73 | 0.84 | 0 | 0.59 | 0.29 | 137.76 | 0.73 | 0.41 |
| Hex | 1C | B4 | 49 | 54 | 0 | 3B | 1D | 8A | 49 | 29 |
| Octal | 34 | 264 | 111 | 124 | 0 | 73 | 35 | 212 | 111 | 51 |
| Binary | 11100 | 10110100 | 1001001 | 1010100 | 0 | 111011 | 11101 | 10001010 | 1001001 | 101001 |
Color Harmonies of #1CB449
Complementary color
Monochromatic Colors of #1CB449
Black with #1CB449
Text Example
Text Example
White with #1CB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB449; }
p { color: rgb(28,180,73); }
H1.HeaderClassName
{
color: #1CB449;
}
.AnyTagClassName
{
color: #1CB449;
}
</style>
background-color css
<style>
a { background-color: #1CB449; }
a { background-color: rgb(28,180,73); }
div.DivClassName
{
background-color: #1CB449;
}
.BgClassName
{
background-color: #1CB449;
}
</style>
border-color css
<style>
span { border-color: #1CB449; }
span { border-color: rgb(28,180,73); }
td.TdClassName
{
border-color: #1CB449;
}
.TagClassName
{
border-color: #1CB449;
}
</style>