Shades of Dark Pastel Green #1CA83C
Tints of Dark Pastel Green #1CA83C
RGB
CMYK
RGB Variations
Color information
#1CA83C (or 0x1CA83C) is known color: Dark Pastel Green. HEX triplet: 1C, A8 and 3C. RGB value is (28,168,60). Sum of RGB (Red+Green+Blue) = 28+168+60=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA83C is #E357C3. Grayscale: #727272. Windows color (decimal): -14899140 or 3975196. OLE color: 3975196.
HSL color Cylindrical-coordinate representation of color #1CA83C: hue angle of 133.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA83C is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 60 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.34 |
| HSL | 133.71º | 0.71% | 0.38% | - |
| HSV(B) | 133.71º | 0.83% | 0.66% | - |
| XYZ | 15.3 | 28.58 | 8.98 | - |
| YUV | 113.83 | 97.62 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 60 | 0.83 | 0 | 0.64 | 0.34 | 133.71 | 0.71 | 0.38 |
| Hex | 1C | A8 | 3C | 53 | 0 | 40 | 22 | 86 | 47 | 26 |
| Octal | 34 | 250 | 74 | 123 | 0 | 100 | 42 | 206 | 107 | 46 |
| Binary | 11100 | 10101000 | 111100 | 1010011 | 0 | 1000000 | 100010 | 10000110 | 1000111 | 100110 |
Color Harmonies of #1CA83C
Complementary color
Monochromatic Colors of #1CA83C
Black with #1CA83C
Text Example
Text Example
White with #1CA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA83C; }
p { color: rgb(28,168,60); }
H1.HeaderClassName
{
color: #1CA83C;
}
.AnyTagClassName
{
color: #1CA83C;
}
</style>
background-color css
<style>
a { background-color: #1CA83C; }
a { background-color: rgb(28,168,60); }
div.DivClassName
{
background-color: #1CA83C;
}
.BgClassName
{
background-color: #1CA83C;
}
</style>
border-color css
<style>
span { border-color: #1CA83C; }
span { border-color: rgb(28,168,60); }
td.TdClassName
{
border-color: #1CA83C;
}
.TagClassName
{
border-color: #1CA83C;
}
</style>