Shades of Dark Pastel Green #1BC43B
Tints of Dark Pastel Green #1BC43B
RGB
CMYK
RGB Variations
Color information
#1BC43B (or 0x1BC43B) is known color: Dark Pastel Green. HEX triplet: 1B, C4 and 3B. RGB value is (27,196,59). Sum of RGB (Red+Green+Blue) = 27+196+59=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC43B is #E43BC4. Grayscale: #828282. Windows color (decimal): -14957509 or 3916827. OLE color: 3916827.
HSL color Cylindrical-coordinate representation of color #1BC43B: hue angle of 131.36º 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 #1BC43B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.23 |
| HSL | 131.36º | 0.76% | 0.44% | - |
| HSV(B) | 131.36º | 0.86% | 0.77% | - |
| XYZ | 20.98 | 40.03 | 10.76 | - |
| YUV | 129.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 59 | 0.86 | 0 | 0.70 | 0.23 | 131.36 | 0.76 | 0.44 |
| Hex | 1B | C4 | 3B | 56 | 0 | 46 | 17 | 83 | 4C | 2C |
| Octal | 33 | 304 | 73 | 126 | 0 | 106 | 27 | 203 | 114 | 54 |
| Binary | 11011 | 11000100 | 111011 | 1010110 | 0 | 1000110 | 10111 | 10000011 | 1001100 | 101100 |
Color Harmonies of #1BC43B
Complementary color
Monochromatic Colors of #1BC43B
Black with #1BC43B
Text Example
Text Example
White with #1BC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC43B; }
p { color: rgb(27,196,59); }
H1.HeaderClassName
{
color: #1BC43B;
}
.AnyTagClassName
{
color: #1BC43B;
}
</style>
background-color css
<style>
a { background-color: #1BC43B; }
a { background-color: rgb(27,196,59); }
div.DivClassName
{
background-color: #1BC43B;
}
.BgClassName
{
background-color: #1BC43B;
}
</style>
border-color css
<style>
span { border-color: #1BC43B; }
span { border-color: rgb(27,196,59); }
td.TdClassName
{
border-color: #1BC43B;
}
.TagClassName
{
border-color: #1BC43B;
}
</style>