Shades of Dark Pastel Green #1BBC48
Tints of Dark Pastel Green #1BBC48
RGB
CMYK
RGB Variations
Color information
#1BBC48 (or 0x1BBC48) is known color: Dark Pastel Green. HEX triplet: 1B, BC and 48. RGB value is (27,188,72). Sum of RGB (Red+Green+Blue) = 27+188+72=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC48 is #E443B7. Grayscale: #7E7E7E. Windows color (decimal): -14959544 or 4766747. OLE color: 4766747.
HSL color Cylindrical-coordinate representation of color #1BBC48: hue angle of 136.77º 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 #1BBC48 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 72 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.26 |
| HSL | 136.77º | 0.75% | 0.42% | - |
| HSV(B) | 136.77º | 0.86% | 0.74% | - |
| XYZ | 19.6 | 36.67 | 12.18 | - |
| YUV | 126.64 | 97.16 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 72 | 0.86 | 0 | 0.62 | 0.26 | 136.77 | 0.75 | 0.42 |
| Hex | 1B | BC | 48 | 56 | 0 | 3E | 1A | 89 | 4B | 2A |
| Octal | 33 | 274 | 110 | 126 | 0 | 76 | 32 | 211 | 113 | 52 |
| Binary | 11011 | 10111100 | 1001000 | 1010110 | 0 | 111110 | 11010 | 10001001 | 1001011 | 101010 |
Color Harmonies of #1BBC48
Complementary color
Monochromatic Colors of #1BBC48
Black with #1BBC48
Text Example
Text Example
White with #1BBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC48; }
p { color: rgb(27,188,72); }
H1.HeaderClassName
{
color: #1BBC48;
}
.AnyTagClassName
{
color: #1BBC48;
}
</style>
background-color css
<style>
a { background-color: #1BBC48; }
a { background-color: rgb(27,188,72); }
div.DivClassName
{
background-color: #1BBC48;
}
.BgClassName
{
background-color: #1BBC48;
}
</style>
border-color css
<style>
span { border-color: #1BBC48; }
span { border-color: rgb(27,188,72); }
td.TdClassName
{
border-color: #1BBC48;
}
.TagClassName
{
border-color: #1BBC48;
}
</style>