Shades of Dark Pastel Green #1BC53B
Tints of Dark Pastel Green #1BC53B
RGB
CMYK
RGB Variations
Color information
#1BC53B (or 0x1BC53B) is known color: Dark Pastel Green. HEX triplet: 1B, C5 and 3B. RGB value is (27,197,59). Sum of RGB (Red+Green+Blue) = 27+197+59=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC53B is #E43AC4. Grayscale: #828282. Windows color (decimal): -14957253 or 3917083. OLE color: 3917083.
HSL color Cylindrical-coordinate representation of color #1BC53B: hue angle of 131.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC53B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.23 |
| HSL | 131.29º | 0.76% | 0.44% | - |
| HSV(B) | 131.29º | 0.86% | 0.77% | - |
| XYZ | 21.21 | 40.48 | 10.83 | - |
| YUV | 130.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 59 | 0.86 | 0 | 0.70 | 0.23 | 131.29 | 0.76 | 0.44 |
| Hex | 1B | C5 | 3B | 56 | 0 | 46 | 17 | 83 | 4C | 2C |
| Octal | 33 | 305 | 73 | 126 | 0 | 106 | 27 | 203 | 114 | 54 |
| Binary | 11011 | 11000101 | 111011 | 1010110 | 0 | 1000110 | 10111 | 10000011 | 1001100 | 101100 |
Color Harmonies of #1BC53B
Complementary color
Monochromatic Colors of #1BC53B
Black with #1BC53B
Text Example
Text Example
White with #1BC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC53B; }
p { color: rgb(27,197,59); }
H1.HeaderClassName
{
color: #1BC53B;
}
.AnyTagClassName
{
color: #1BC53B;
}
</style>
background-color css
<style>
a { background-color: #1BC53B; }
a { background-color: rgb(27,197,59); }
div.DivClassName
{
background-color: #1BC53B;
}
.BgClassName
{
background-color: #1BC53B;
}
</style>
border-color css
<style>
span { border-color: #1BC53B; }
span { border-color: rgb(27,197,59); }
td.TdClassName
{
border-color: #1BC53B;
}
.TagClassName
{
border-color: #1BC53B;
}
</style>