Shades of Dark Pastel Green #1CA840
Tints of Dark Pastel Green #1CA840
RGB
CMYK
RGB Variations
Color information
#1CA840 (or 0x1CA840) is known color: Dark Pastel Green. HEX triplet: 1C, A8 and 40. RGB value is (28,168,64). Sum of RGB (Red+Green+Blue) = 28+168+64=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 168 (66.02% from 255 or 64.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA840 is #E357BF. Grayscale: #727272. Windows color (decimal): -14899136 or 4237340. OLE color: 4237340.
HSL color Cylindrical-coordinate representation of color #1CA840: hue angle of 135.43º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA840 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 64 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.34 |
| HSL | 135.43º | 0.71% | 0.38% | - |
| HSV(B) | 135.43º | 0.83% | 0.66% | - |
| XYZ | 15.41 | 28.62 | 9.56 | - |
| YUV | 114.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 64 | 0.83 | 0 | 0.62 | 0.34 | 135.43 | 0.71 | 0.38 |
| Hex | 1C | A8 | 40 | 53 | 0 | 3E | 22 | 87 | 47 | 26 |
| Octal | 34 | 250 | 100 | 123 | 0 | 76 | 42 | 207 | 107 | 46 |
| Binary | 11100 | 10101000 | 1000000 | 1010011 | 0 | 111110 | 100010 | 10000111 | 1000111 | 100110 |
Color Harmonies of #1CA840
Complementary color
Monochromatic Colors of #1CA840
Black with #1CA840
Text Example
Text Example
White with #1CA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA840; }
p { color: rgb(28,168,64); }
H1.HeaderClassName
{
color: #1CA840;
}
.AnyTagClassName
{
color: #1CA840;
}
</style>
background-color css
<style>
a { background-color: #1CA840; }
a { background-color: rgb(28,168,64); }
div.DivClassName
{
background-color: #1CA840;
}
.BgClassName
{
background-color: #1CA840;
}
</style>
border-color css
<style>
span { border-color: #1CA840; }
span { border-color: rgb(28,168,64); }
td.TdClassName
{
border-color: #1CA840;
}
.TagClassName
{
border-color: #1CA840;
}
</style>