Shades of Pigment Green #1CBA5C
Tints of Pigment Green #1CBA5C
RGB
CMYK
RGB Variations
Color information
#1CBA5C (or 0x1CBA5C) is known color: Pigment Green. HEX triplet: 1C, BA and 5C. RGB value is (28,186,92). Sum of RGB (Red+Green+Blue) = 28+186+92=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA5C is #E345A3. Grayscale: #808080. Windows color (decimal): -14894500 or 6076956. OLE color: 6076956.
HSL color Cylindrical-coordinate representation of color #1CBA5C: hue angle of 144.3º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA5C is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 92 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.27 |
| HSL | 144.3º | 0.74% | 0.42% | - |
| HSV(B) | 144.3º | 0.85% | 0.73% | - |
| XYZ | 19.97 | 36.14 | 16.05 | - |
| YUV | 128.04 | 107.65 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 92 | 0.85 | 0 | 0.51 | 0.27 | 144.3 | 0.74 | 0.42 |
| Hex | 1C | BA | 5C | 55 | 0 | 33 | 1B | 90 | 4A | 2A |
| Octal | 34 | 272 | 134 | 125 | 0 | 63 | 33 | 220 | 112 | 52 |
| Binary | 11100 | 10111010 | 1011100 | 1010101 | 0 | 110011 | 11011 | 10010000 | 1001010 | 101010 |
Color Harmonies of #1CBA5C
Complementary color
Monochromatic Colors of #1CBA5C
Black with #1CBA5C
Text Example
Text Example
White with #1CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA5C; }
p { color: rgb(28,186,92); }
H1.HeaderClassName
{
color: #1CBA5C;
}
.AnyTagClassName
{
color: #1CBA5C;
}
</style>
background-color css
<style>
a { background-color: #1CBA5C; }
a { background-color: rgb(28,186,92); }
div.DivClassName
{
background-color: #1CBA5C;
}
.BgClassName
{
background-color: #1CBA5C;
}
</style>
border-color css
<style>
span { border-color: #1CBA5C; }
span { border-color: rgb(28,186,92); }
td.TdClassName
{
border-color: #1CBA5C;
}
.TagClassName
{
border-color: #1CBA5C;
}
</style>