Shades of Pigment Green #1CB55F
Tints of Pigment Green #1CB55F
RGB
CMYK
RGB Variations
Color information
#1CB55F (or 0x1CB55F) is known color: Pigment Green. HEX triplet: 1C, B5 and 5F. RGB value is (28,181,95). Sum of RGB (Red+Green+Blue) = 28+181+95=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB55F is #E34AA0. Grayscale: #7D7D7D. Windows color (decimal): -14895777 or 6272284. OLE color: 6272284.
HSL color Cylindrical-coordinate representation of color #1CB55F: hue angle of 146.27º 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 #1CB55F is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 95 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.29 |
| HSL | 146.27º | 0.73% | 0.41% | - |
| HSV(B) | 146.27º | 0.85% | 0.71% | - |
| XYZ | 19.07 | 34.12 | 16.41 | - |
| YUV | 125.45 | 110.81 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 95 | 0.85 | 0 | 0.48 | 0.29 | 146.27 | 0.73 | 0.41 |
| Hex | 1C | B5 | 5F | 55 | 0 | 30 | 1D | 92 | 49 | 29 |
| Octal | 34 | 265 | 137 | 125 | 0 | 60 | 35 | 222 | 111 | 51 |
| Binary | 11100 | 10110101 | 1011111 | 1010101 | 0 | 110000 | 11101 | 10010010 | 1001001 | 101001 |
Color Harmonies of #1CB55F
Complementary color
Monochromatic Colors of #1CB55F
Black with #1CB55F
Text Example
Text Example
White with #1CB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB55F; }
p { color: rgb(28,181,95); }
H1.HeaderClassName
{
color: #1CB55F;
}
.AnyTagClassName
{
color: #1CB55F;
}
</style>
background-color css
<style>
a { background-color: #1CB55F; }
a { background-color: rgb(28,181,95); }
div.DivClassName
{
background-color: #1CB55F;
}
.BgClassName
{
background-color: #1CB55F;
}
</style>
border-color css
<style>
span { border-color: #1CB55F; }
span { border-color: rgb(28,181,95); }
td.TdClassName
{
border-color: #1CB55F;
}
.TagClassName
{
border-color: #1CB55F;
}
</style>