Shades of Dark Pastel Green #1CAA3B
Tints of Dark Pastel Green #1CAA3B
RGB
CMYK
RGB Variations
Color information
#1CAA3B (or 0x1CAA3B) is known color: Dark Pastel Green. HEX triplet: 1C, AA and 3B. RGB value is (28,170,59). Sum of RGB (Red+Green+Blue) = 28+170+59=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA3B is #E355C4. Grayscale: #737373. Windows color (decimal): -14898629 or 3910172. OLE color: 3910172.
HSL color Cylindrical-coordinate representation of color #1CAA3B: hue angle of 133.1º 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 #1CAA3B is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 59 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.33 |
| HSL | 133.1º | 0.72% | 0.39% | - |
| HSV(B) | 133.1º | 0.84% | 0.67% | - |
| XYZ | 15.64 | 29.31 | 8.97 | - |
| YUV | 114.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 59 | 0.84 | 0 | 0.65 | 0.33 | 133.1 | 0.72 | 0.39 |
| Hex | 1C | AA | 3B | 54 | 0 | 41 | 21 | 85 | 48 | 27 |
| Octal | 34 | 252 | 73 | 124 | 0 | 101 | 41 | 205 | 110 | 47 |
| Binary | 11100 | 10101010 | 111011 | 1010100 | 0 | 1000001 | 100001 | 10000101 | 1001000 | 100111 |
Color Harmonies of #1CAA3B
Complementary color
Monochromatic Colors of #1CAA3B
Black with #1CAA3B
Text Example
Text Example
White with #1CAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA3B; }
p { color: rgb(28,170,59); }
H1.HeaderClassName
{
color: #1CAA3B;
}
.AnyTagClassName
{
color: #1CAA3B;
}
</style>
background-color css
<style>
a { background-color: #1CAA3B; }
a { background-color: rgb(28,170,59); }
div.DivClassName
{
background-color: #1CAA3B;
}
.BgClassName
{
background-color: #1CAA3B;
}
</style>
border-color css
<style>
span { border-color: #1CAA3B; }
span { border-color: rgb(28,170,59); }
td.TdClassName
{
border-color: #1CAA3B;
}
.TagClassName
{
border-color: #1CAA3B;
}
</style>