Shades of Dark Pastel Green #1CB24A
Tints of Dark Pastel Green #1CB24A
RGB
CMYK
RGB Variations
Color information
#1CB24A (or 0x1CB24A) is known color: Dark Pastel Green. HEX triplet: 1C, B2 and 4A. RGB value is (28,178,74). Sum of RGB (Red+Green+Blue) = 28+178+74=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB24A is #E34DB5. Grayscale: #797979. Windows color (decimal): -14896566 or 4895260. OLE color: 4895260.
HSL color Cylindrical-coordinate representation of color #1CB24A: hue angle of 138.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 #1CB24A is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 74 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.30 |
| HSL | 138.4º | 0.73% | 0.4% | - |
| HSV(B) | 138.4º | 0.84% | 0.7% | - |
| XYZ | 17.64 | 32.58 | 11.84 | - |
| YUV | 121.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 74 | 0.84 | 0 | 0.58 | 0.30 | 138.4 | 0.73 | 0.4 |
| Hex | 1C | B2 | 4A | 54 | 0 | 3A | 1E | 8A | 49 | 28 |
| Octal | 34 | 262 | 112 | 124 | 0 | 72 | 36 | 212 | 111 | 50 |
| Binary | 11100 | 10110010 | 1001010 | 1010100 | 0 | 111010 | 11110 | 10001010 | 1001001 | 101000 |
Color Harmonies of #1CB24A
Complementary color
Monochromatic Colors of #1CB24A
Black with #1CB24A
Text Example
Text Example
White with #1CB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB24A; }
p { color: rgb(28,178,74); }
H1.HeaderClassName
{
color: #1CB24A;
}
.AnyTagClassName
{
color: #1CB24A;
}
</style>
background-color css
<style>
a { background-color: #1CB24A; }
a { background-color: rgb(28,178,74); }
div.DivClassName
{
background-color: #1CB24A;
}
.BgClassName
{
background-color: #1CB24A;
}
</style>
border-color css
<style>
span { border-color: #1CB24A; }
span { border-color: rgb(28,178,74); }
td.TdClassName
{
border-color: #1CB24A;
}
.TagClassName
{
border-color: #1CB24A;
}
</style>