Shades of Dark Pastel Green #1CAC33
Tints of Dark Pastel Green #1CAC33
RGB
CMYK
RGB Variations
Color information
#1CAC33 (or 0x1CAC33) is known color: Dark Pastel Green. HEX triplet: 1C, AC and 33. RGB value is (28,172,51). Sum of RGB (Red+Green+Blue) = 28+172+51=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC33 is #E353CC. Grayscale: #737373. Windows color (decimal): -14898125 or 3386396. OLE color: 3386396.
HSL color Cylindrical-coordinate representation of color #1CAC33: hue angle of 129.58º 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 #1CAC33 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 51 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.33 |
| HSL | 129.58º | 0.72% | 0.39% | - |
| HSV(B) | 129.58º | 0.84% | 0.67% | - |
| XYZ | 15.83 | 29.99 | 8.09 | - |
| YUV | 115.15 | 91.79 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 51 | 0.84 | 0 | 0.70 | 0.33 | 129.58 | 0.72 | 0.39 |
| Hex | 1C | AC | 33 | 54 | 0 | 46 | 21 | 82 | 48 | 27 |
| Octal | 34 | 254 | 63 | 124 | 0 | 106 | 41 | 202 | 110 | 47 |
| Binary | 11100 | 10101100 | 110011 | 1010100 | 0 | 1000110 | 100001 | 10000010 | 1001000 | 100111 |
Color Harmonies of #1CAC33
Complementary color
Monochromatic Colors of #1CAC33
Black with #1CAC33
Text Example
Text Example
White with #1CAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC33; }
p { color: rgb(28,172,51); }
H1.HeaderClassName
{
color: #1CAC33;
}
.AnyTagClassName
{
color: #1CAC33;
}
</style>
background-color css
<style>
a { background-color: #1CAC33; }
a { background-color: rgb(28,172,51); }
div.DivClassName
{
background-color: #1CAC33;
}
.BgClassName
{
background-color: #1CAC33;
}
</style>
border-color css
<style>
span { border-color: #1CAC33; }
span { border-color: rgb(28,172,51); }
td.TdClassName
{
border-color: #1CAC33;
}
.TagClassName
{
border-color: #1CAC33;
}
</style>