Shades of Dark Pastel Green #1CA93B
Tints of Dark Pastel Green #1CA93B
RGB
CMYK
RGB Variations
Color information
#1CA93B (or 0x1CA93B) is known color: Dark Pastel Green. HEX triplet: 1C, A9 and 3B. RGB value is (28,169,59). Sum of RGB (Red+Green+Blue) = 28+169+59=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA93B is #E356C4. Grayscale: #727272. Windows color (decimal): -14898885 or 3909916. OLE color: 3909916.
HSL color Cylindrical-coordinate representation of color #1CA93B: hue angle of 133.19º 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 #1CA93B is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 59 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.34 |
| HSL | 133.19º | 0.72% | 0.39% | - |
| HSV(B) | 133.19º | 0.83% | 0.66% | - |
| XYZ | 15.46 | 28.94 | 8.91 | - |
| YUV | 114.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 59 | 0.83 | 0 | 0.65 | 0.34 | 133.19 | 0.72 | 0.39 |
| Hex | 1C | A9 | 3B | 53 | 0 | 41 | 22 | 85 | 48 | 27 |
| Octal | 34 | 251 | 73 | 123 | 0 | 101 | 42 | 205 | 110 | 47 |
| Binary | 11100 | 10101001 | 111011 | 1010011 | 0 | 1000001 | 100010 | 10000101 | 1001000 | 100111 |
Color Harmonies of #1CA93B
Complementary color
Monochromatic Colors of #1CA93B
Black with #1CA93B
Text Example
Text Example
White with #1CA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA93B; }
p { color: rgb(28,169,59); }
H1.HeaderClassName
{
color: #1CA93B;
}
.AnyTagClassName
{
color: #1CA93B;
}
</style>
background-color css
<style>
a { background-color: #1CA93B; }
a { background-color: rgb(28,169,59); }
div.DivClassName
{
background-color: #1CA93B;
}
.BgClassName
{
background-color: #1CA93B;
}
</style>
border-color css
<style>
span { border-color: #1CA93B; }
span { border-color: rgb(28,169,59); }
td.TdClassName
{
border-color: #1CA93B;
}
.TagClassName
{
border-color: #1CA93B;
}
</style>