Shades of Dark Pastel Green #1CB53B
Tints of Dark Pastel Green #1CB53B
RGB
CMYK
RGB Variations
Color information
#1CB53B (or 0x1CB53B) is known color: Dark Pastel Green. HEX triplet: 1C, B5 and 3B. RGB value is (28,181,59). Sum of RGB (Red+Green+Blue) = 28+181+59=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB53B is #E34AC4. Grayscale: #797979. Windows color (decimal): -14895813 or 3912988. OLE color: 3912988.
HSL color Cylindrical-coordinate representation of color #1CB53B: hue angle of 132.16º 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 #1CB53B is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 59 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.29 |
| HSL | 132.16º | 0.73% | 0.41% | - |
| HSV(B) | 132.16º | 0.85% | 0.71% | - |
| XYZ | 17.79 | 33.61 | 9.69 | - |
| YUV | 121.35 | 92.81 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 59 | 0.85 | 0 | 0.67 | 0.29 | 132.16 | 0.73 | 0.41 |
| Hex | 1C | B5 | 3B | 55 | 0 | 43 | 1D | 84 | 49 | 29 |
| Octal | 34 | 265 | 73 | 125 | 0 | 103 | 35 | 204 | 111 | 51 |
| Binary | 11100 | 10110101 | 111011 | 1010101 | 0 | 1000011 | 11101 | 10000100 | 1001001 | 101001 |
Color Harmonies of #1CB53B
Complementary color
Monochromatic Colors of #1CB53B
Black with #1CB53B
Text Example
Text Example
White with #1CB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB53B; }
p { color: rgb(28,181,59); }
H1.HeaderClassName
{
color: #1CB53B;
}
.AnyTagClassName
{
color: #1CB53B;
}
</style>
background-color css
<style>
a { background-color: #1CB53B; }
a { background-color: rgb(28,181,59); }
div.DivClassName
{
background-color: #1CB53B;
}
.BgClassName
{
background-color: #1CB53B;
}
</style>
border-color css
<style>
span { border-color: #1CB53B; }
span { border-color: rgb(28,181,59); }
td.TdClassName
{
border-color: #1CB53B;
}
.TagClassName
{
border-color: #1CB53B;
}
</style>