Shades of Dark Pastel Green #1CB245
Tints of Dark Pastel Green #1CB245
RGB
CMYK
RGB Variations
Color information
#1CB245 (or 0x1CB245) is known color: Dark Pastel Green. HEX triplet: 1C, B2 and 45. RGB value is (28,178,69). Sum of RGB (Red+Green+Blue) = 28+178+69=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB245 is #E34DBA. Grayscale: #797979. Windows color (decimal): -14896571 or 4567580. OLE color: 4567580.
HSL color Cylindrical-coordinate representation of color #1CB245: hue angle of 136.4º 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 #1CB245 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 69 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.30 |
| HSL | 136.4º | 0.73% | 0.4% | - |
| HSV(B) | 136.4º | 0.84% | 0.7% | - |
| XYZ | 17.47 | 32.52 | 10.99 | - |
| YUV | 120.72 | 98.81 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 69 | 0.84 | 0 | 0.61 | 0.30 | 136.4 | 0.73 | 0.4 |
| Hex | 1C | B2 | 45 | 54 | 0 | 3D | 1E | 88 | 49 | 28 |
| Octal | 34 | 262 | 105 | 124 | 0 | 75 | 36 | 210 | 111 | 50 |
| Binary | 11100 | 10110010 | 1000101 | 1010100 | 0 | 111101 | 11110 | 10001000 | 1001001 | 101000 |
Color Harmonies of #1CB245
Complementary color
Monochromatic Colors of #1CB245
Black with #1CB245
Text Example
Text Example
White with #1CB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB245; }
p { color: rgb(28,178,69); }
H1.HeaderClassName
{
color: #1CB245;
}
.AnyTagClassName
{
color: #1CB245;
}
</style>
background-color css
<style>
a { background-color: #1CB245; }
a { background-color: rgb(28,178,69); }
div.DivClassName
{
background-color: #1CB245;
}
.BgClassName
{
background-color: #1CB245;
}
</style>
border-color css
<style>
span { border-color: #1CB245; }
span { border-color: rgb(28,178,69); }
td.TdClassName
{
border-color: #1CB245;
}
.TagClassName
{
border-color: #1CB245;
}
</style>