Shades of Pigment Green #1CB55B
Tints of Pigment Green #1CB55B
RGB
CMYK
RGB Variations
Color information
#1CB55B (or 0x1CB55B) is known color: Pigment Green. HEX triplet: 1C, B5 and 5B. RGB value is (28,181,91). Sum of RGB (Red+Green+Blue) = 28+181+91=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB55B is #E34AA4. Grayscale: #7D7D7D. Windows color (decimal): -14895781 or 6010140. OLE color: 6010140.
HSL color Cylindrical-coordinate representation of color #1CB55B: hue angle of 144.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB55B is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 91 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.29 |
| HSL | 144.71º | 0.73% | 0.41% | - |
| HSV(B) | 144.71º | 0.85% | 0.71% | - |
| XYZ | 18.89 | 34.05 | 15.47 | - |
| YUV | 124.99 | 108.81 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 91 | 0.85 | 0 | 0.50 | 0.29 | 144.71 | 0.73 | 0.41 |
| Hex | 1C | B5 | 5B | 55 | 0 | 32 | 1D | 91 | 49 | 29 |
| Octal | 34 | 265 | 133 | 125 | 0 | 62 | 35 | 221 | 111 | 51 |
| Binary | 11100 | 10110101 | 1011011 | 1010101 | 0 | 110010 | 11101 | 10010001 | 1001001 | 101001 |
Color Harmonies of #1CB55B
Complementary color
Monochromatic Colors of #1CB55B
Black with #1CB55B
Text Example
Text Example
White with #1CB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB55B; }
p { color: rgb(28,181,91); }
H1.HeaderClassName
{
color: #1CB55B;
}
.AnyTagClassName
{
color: #1CB55B;
}
</style>
background-color css
<style>
a { background-color: #1CB55B; }
a { background-color: rgb(28,181,91); }
div.DivClassName
{
background-color: #1CB55B;
}
.BgClassName
{
background-color: #1CB55B;
}
</style>
border-color css
<style>
span { border-color: #1CB55B; }
span { border-color: rgb(28,181,91); }
td.TdClassName
{
border-color: #1CB55B;
}
.TagClassName
{
border-color: #1CB55B;
}
</style>