Shades of Dark Pastel Green #1BBC3B
Tints of Dark Pastel Green #1BBC3B
RGB
CMYK
RGB Variations
Color information
#1BBC3B (or 0x1BBC3B) is known color: Dark Pastel Green. HEX triplet: 1B, BC and 3B. RGB value is (27,188,59). Sum of RGB (Red+Green+Blue) = 27+188+59=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC3B is #E443C4. Grayscale: #7D7D7D. Windows color (decimal): -14959557 or 3914779. OLE color: 3914779.
HSL color Cylindrical-coordinate representation of color #1BBC3B: hue angle of 131.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC3B is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 59 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.26 |
| HSL | 131.93º | 0.75% | 0.42% | - |
| HSV(B) | 131.93º | 0.86% | 0.74% | - |
| XYZ | 19.22 | 36.52 | 10.17 | - |
| YUV | 125.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 59 | 0.86 | 0 | 0.69 | 0.26 | 131.93 | 0.75 | 0.42 |
| Hex | 1B | BC | 3B | 56 | 0 | 45 | 1A | 84 | 4B | 2A |
| Octal | 33 | 274 | 73 | 126 | 0 | 105 | 32 | 204 | 113 | 52 |
| Binary | 11011 | 10111100 | 111011 | 1010110 | 0 | 1000101 | 11010 | 10000100 | 1001011 | 101010 |
Color Harmonies of #1BBC3B
Complementary color
Monochromatic Colors of #1BBC3B
Black with #1BBC3B
Text Example
Text Example
White with #1BBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC3B; }
p { color: rgb(27,188,59); }
H1.HeaderClassName
{
color: #1BBC3B;
}
.AnyTagClassName
{
color: #1BBC3B;
}
</style>
background-color css
<style>
a { background-color: #1BBC3B; }
a { background-color: rgb(27,188,59); }
div.DivClassName
{
background-color: #1BBC3B;
}
.BgClassName
{
background-color: #1BBC3B;
}
</style>
border-color css
<style>
span { border-color: #1BBC3B; }
span { border-color: rgb(27,188,59); }
td.TdClassName
{
border-color: #1BBC3B;
}
.TagClassName
{
border-color: #1BBC3B;
}
</style>