Shades of Dark Pastel Green #1CAB3A
Tints of Dark Pastel Green #1CAB3A
RGB
CMYK
RGB Variations
Color information
#1CAB3A (or 0x1CAB3A) is known color: Dark Pastel Green. HEX triplet: 1C, AB and 3A. RGB value is (28,171,58). Sum of RGB (Red+Green+Blue) = 28+171+58=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB3A is #E354C5. Grayscale: #737373. Windows color (decimal): -14898374 or 3844892. OLE color: 3844892.
HSL color Cylindrical-coordinate representation of color #1CAB3A: hue angle of 132.59º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB3A is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 58 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.33 |
| HSL | 132.59º | 0.72% | 0.39% | - |
| HSV(B) | 132.59º | 0.84% | 0.67% | - |
| XYZ | 15.81 | 29.68 | 8.9 | - |
| YUV | 115.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 58 | 0.84 | 0 | 0.66 | 0.33 | 132.59 | 0.72 | 0.39 |
| Hex | 1C | AB | 3A | 54 | 0 | 42 | 21 | 85 | 48 | 27 |
| Octal | 34 | 253 | 72 | 124 | 0 | 102 | 41 | 205 | 110 | 47 |
| Binary | 11100 | 10101011 | 111010 | 1010100 | 0 | 1000010 | 100001 | 10000101 | 1001000 | 100111 |
Color Harmonies of #1CAB3A
Complementary color
Monochromatic Colors of #1CAB3A
Black with #1CAB3A
Text Example
Text Example
White with #1CAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB3A; }
p { color: rgb(28,171,58); }
H1.HeaderClassName
{
color: #1CAB3A;
}
.AnyTagClassName
{
color: #1CAB3A;
}
</style>
background-color css
<style>
a { background-color: #1CAB3A; }
a { background-color: rgb(28,171,58); }
div.DivClassName
{
background-color: #1CAB3A;
}
.BgClassName
{
background-color: #1CAB3A;
}
</style>
border-color css
<style>
span { border-color: #1CAB3A; }
span { border-color: rgb(28,171,58); }
td.TdClassName
{
border-color: #1CAB3A;
}
.TagClassName
{
border-color: #1CAB3A;
}
</style>