Shades of Dark Pastel Green #1CA941
Tints of Dark Pastel Green #1CA941
RGB
CMYK
RGB Variations
Color information
#1CA941 (or 0x1CA941) is known color: Dark Pastel Green. HEX triplet: 1C, A9 and 41. RGB value is (28,169,65). Sum of RGB (Red+Green+Blue) = 28+169+65=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA941 is #E356BE. Grayscale: #737373. Windows color (decimal): -14898879 or 4303132. OLE color: 4303132.
HSL color Cylindrical-coordinate representation of color #1CA941: hue angle of 135.74º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA941 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 65 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.34 |
| HSL | 135.74º | 0.72% | 0.39% | - |
| HSV(B) | 135.74º | 0.83% | 0.66% | - |
| XYZ | 15.62 | 29 | 9.78 | - |
| YUV | 114.99 | 99.79 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 65 | 0.83 | 0 | 0.62 | 0.34 | 135.74 | 0.72 | 0.39 |
| Hex | 1C | A9 | 41 | 53 | 0 | 3E | 22 | 88 | 48 | 27 |
| Octal | 34 | 251 | 101 | 123 | 0 | 76 | 42 | 210 | 110 | 47 |
| Binary | 11100 | 10101001 | 1000001 | 1010011 | 0 | 111110 | 100010 | 10001000 | 1001000 | 100111 |
Color Harmonies of #1CA941
Complementary color
Monochromatic Colors of #1CA941
Black with #1CA941
Text Example
Text Example
White with #1CA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA941; }
p { color: rgb(28,169,65); }
H1.HeaderClassName
{
color: #1CA941;
}
.AnyTagClassName
{
color: #1CA941;
}
</style>
background-color css
<style>
a { background-color: #1CA941; }
a { background-color: rgb(28,169,65); }
div.DivClassName
{
background-color: #1CA941;
}
.BgClassName
{
background-color: #1CA941;
}
</style>
border-color css
<style>
span { border-color: #1CA941; }
span { border-color: rgb(28,169,65); }
td.TdClassName
{
border-color: #1CA941;
}
.TagClassName
{
border-color: #1CA941;
}
</style>