Shades of Dark Pastel Green #1CA641
Tints of Dark Pastel Green #1CA641
RGB
CMYK
RGB Variations
Color information
#1CA641 (or 0x1CA641) is known color: Dark Pastel Green. HEX triplet: 1C, A6 and 41. RGB value is (28,166,65). Sum of RGB (Red+Green+Blue) = 28+166+65=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 166 (65.23% from 255 or 64.09% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA641 is #E359BE. Grayscale: #717171. Windows color (decimal): -14899647 or 4302364. OLE color: 4302364.
HSL color Cylindrical-coordinate representation of color #1CA641: hue angle of 136.09º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA641 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 166 | 65 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.35 |
| HSL | 136.09º | 0.71% | 0.38% | - |
| HSV(B) | 136.09º | 0.83% | 0.65% | - |
| XYZ | 15.07 | 27.9 | 9.59 | - |
| YUV | 113.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 166 | 65 | 0.83 | 0 | 0.61 | 0.35 | 136.09 | 0.71 | 0.38 |
| Hex | 1C | A6 | 41 | 53 | 0 | 3D | 23 | 88 | 47 | 26 |
| Octal | 34 | 246 | 101 | 123 | 0 | 75 | 43 | 210 | 107 | 46 |
| Binary | 11100 | 10100110 | 1000001 | 1010011 | 0 | 111101 | 100011 | 10001000 | 1000111 | 100110 |
Color Harmonies of #1CA641
Complementary color
Monochromatic Colors of #1CA641
Black with #1CA641
Text Example
Text Example
White with #1CA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA641; }
p { color: rgb(28,166,65); }
H1.HeaderClassName
{
color: #1CA641;
}
.AnyTagClassName
{
color: #1CA641;
}
</style>
background-color css
<style>
a { background-color: #1CA641; }
a { background-color: rgb(28,166,65); }
div.DivClassName
{
background-color: #1CA641;
}
.BgClassName
{
background-color: #1CA641;
}
</style>
border-color css
<style>
span { border-color: #1CA641; }
span { border-color: rgb(28,166,65); }
td.TdClassName
{
border-color: #1CA641;
}
.TagClassName
{
border-color: #1CA641;
}
</style>