Shades of Pigment Green #1CA344
Tints of Pigment Green #1CA344
RGB
CMYK
RGB Variations
Color information
#1CA344 (or 0x1CA344) is known color: Pigment Green. HEX triplet: 1C, A3 and 44. RGB value is (28,163,68). Sum of RGB (Red+Green+Blue) = 28+163+68=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA344 is #E35CBB. Grayscale: #707070. Windows color (decimal): -14900412 or 4498204. OLE color: 4498204.
HSL color Cylindrical-coordinate representation of color #1CA344: hue angle of 137.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA344 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 163 | 68 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.36 |
| HSL | 137.78º | 0.71% | 0.37% | - |
| HSV(B) | 137.78º | 0.83% | 0.64% | - |
| XYZ | 14.62 | 26.86 | 9.88 | - |
| YUV | 111.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 163 | 68 | 0.83 | 0 | 0.58 | 0.36 | 137.78 | 0.71 | 0.37 |
| Hex | 1C | A3 | 44 | 53 | 0 | 3A | 24 | 8A | 47 | 25 |
| Octal | 34 | 243 | 104 | 123 | 0 | 72 | 44 | 212 | 107 | 45 |
| Binary | 11100 | 10100011 | 1000100 | 1010011 | 0 | 111010 | 100100 | 10001010 | 1000111 | 100101 |
Color Harmonies of #1CA344
Complementary color
Monochromatic Colors of #1CA344
Black with #1CA344
Text Example
Text Example
White with #1CA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA344; }
p { color: rgb(28,163,68); }
H1.HeaderClassName
{
color: #1CA344;
}
.AnyTagClassName
{
color: #1CA344;
}
</style>
background-color css
<style>
a { background-color: #1CA344; }
a { background-color: rgb(28,163,68); }
div.DivClassName
{
background-color: #1CA344;
}
.BgClassName
{
background-color: #1CA344;
}
</style>
border-color css
<style>
span { border-color: #1CA344; }
span { border-color: rgb(28,163,68); }
td.TdClassName
{
border-color: #1CA344;
}
.TagClassName
{
border-color: #1CA344;
}
</style>