Shades of Dark Pastel Green #1CB248
Tints of Dark Pastel Green #1CB248
RGB
CMYK
RGB Variations
Color information
#1CB248 (or 0x1CB248) is known color: Dark Pastel Green. HEX triplet: 1C, B2 and 48. RGB value is (28,178,72). Sum of RGB (Red+Green+Blue) = 28+178+72=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB248 is #E34DB7. Grayscale: #797979. Windows color (decimal): -14896568 or 4764188. OLE color: 4764188.
HSL color Cylindrical-coordinate representation of color #1CB248: hue angle of 137.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB248 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 72 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.30 |
| HSL | 137.6º | 0.73% | 0.4% | - |
| HSV(B) | 137.6º | 0.84% | 0.7% | - |
| XYZ | 17.57 | 32.56 | 11.49 | - |
| YUV | 121.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 72 | 0.84 | 0 | 0.60 | 0.30 | 137.6 | 0.73 | 0.4 |
| Hex | 1C | B2 | 48 | 54 | 0 | 3C | 1E | 8A | 49 | 28 |
| Octal | 34 | 262 | 110 | 124 | 0 | 74 | 36 | 212 | 111 | 50 |
| Binary | 11100 | 10110010 | 1001000 | 1010100 | 0 | 111100 | 11110 | 10001010 | 1001001 | 101000 |
Color Harmonies of #1CB248
Complementary color
Monochromatic Colors of #1CB248
Black with #1CB248
Text Example
Text Example
White with #1CB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB248; }
p { color: rgb(28,178,72); }
H1.HeaderClassName
{
color: #1CB248;
}
.AnyTagClassName
{
color: #1CB248;
}
</style>
background-color css
<style>
a { background-color: #1CB248; }
a { background-color: rgb(28,178,72); }
div.DivClassName
{
background-color: #1CB248;
}
.BgClassName
{
background-color: #1CB248;
}
</style>
border-color css
<style>
span { border-color: #1CB248; }
span { border-color: rgb(28,178,72); }
td.TdClassName
{
border-color: #1CB248;
}
.TagClassName
{
border-color: #1CB248;
}
</style>