Shades of Dark Pastel Green #1BC63B
Tints of Dark Pastel Green #1BC63B
RGB
CMYK
RGB Variations
Color information
#1BC63B (or 0x1BC63B) is known color: Dark Pastel Green. HEX triplet: 1B, C6 and 3B. RGB value is (27,198,59). Sum of RGB (Red+Green+Blue) = 27+198+59=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 198 (77.73% from 255 or 69.72% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC63B is #E439C4. Grayscale: #838383. Windows color (decimal): -14956997 or 3917339. OLE color: 3917339.
HSL color Cylindrical-coordinate representation of color #1BC63B: hue angle of 131.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC63B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.22 |
| HSL | 131.23º | 0.76% | 0.44% | - |
| HSV(B) | 131.23º | 0.86% | 0.78% | - |
| XYZ | 21.44 | 40.94 | 10.91 | - |
| YUV | 131.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 59 | 0.86 | 0 | 0.70 | 0.22 | 131.23 | 0.76 | 0.44 |
| Hex | 1B | C6 | 3B | 56 | 0 | 46 | 16 | 83 | 4C | 2C |
| Octal | 33 | 306 | 73 | 126 | 0 | 106 | 26 | 203 | 114 | 54 |
| Binary | 11011 | 11000110 | 111011 | 1010110 | 0 | 1000110 | 10110 | 10000011 | 1001100 | 101100 |
Color Harmonies of #1BC63B
Complementary color
Monochromatic Colors of #1BC63B
Black with #1BC63B
Text Example
Text Example
White with #1BC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC63B; }
p { color: rgb(27,198,59); }
H1.HeaderClassName
{
color: #1BC63B;
}
.AnyTagClassName
{
color: #1BC63B;
}
</style>
background-color css
<style>
a { background-color: #1BC63B; }
a { background-color: rgb(27,198,59); }
div.DivClassName
{
background-color: #1BC63B;
}
.BgClassName
{
background-color: #1BC63B;
}
</style>
border-color css
<style>
span { border-color: #1BC63B; }
span { border-color: rgb(27,198,59); }
td.TdClassName
{
border-color: #1BC63B;
}
.TagClassName
{
border-color: #1BC63B;
}
</style>