Shades of Dark Pastel Green #1BBB3B
Tints of Dark Pastel Green #1BBB3B
RGB
CMYK
RGB Variations
Color information
#1BBB3B (or 0x1BBB3B) is known color: Dark Pastel Green. HEX triplet: 1B, BB and 3B. RGB value is (27,187,59). Sum of RGB (Red+Green+Blue) = 27+187+59=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBB3B is #E444C4. Grayscale: #7C7C7C. Windows color (decimal): -14959813 or 3914523. OLE color: 3914523.
HSL color Cylindrical-coordinate representation of color #1BBB3B: hue angle of 132º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBB3B is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 187 | 59 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.27 |
| HSL | 132º | 0.75% | 0.42% | - |
| HSV(B) | 132º | 0.86% | 0.73% | - |
| XYZ | 19.01 | 36.09 | 10.1 | - |
| YUV | 124.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 59 | 0.86 | 0 | 0.68 | 0.27 | 132 | 0.75 | 0.42 |
| Hex | 1B | BB | 3B | 56 | 0 | 44 | 1B | 84 | 4B | 2A |
| Octal | 33 | 273 | 73 | 126 | 0 | 104 | 33 | 204 | 113 | 52 |
| Binary | 11011 | 10111011 | 111011 | 1010110 | 0 | 1000100 | 11011 | 10000100 | 1001011 | 101010 |
Color Harmonies of #1BBB3B
Complementary color
Monochromatic Colors of #1BBB3B
Black with #1BBB3B
Text Example
Text Example
White with #1BBB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBB3B; }
p { color: rgb(27,187,59); }
H1.HeaderClassName
{
color: #1BBB3B;
}
.AnyTagClassName
{
color: #1BBB3B;
}
</style>
background-color css
<style>
a { background-color: #1BBB3B; }
a { background-color: rgb(27,187,59); }
div.DivClassName
{
background-color: #1BBB3B;
}
.BgClassName
{
background-color: #1BBB3B;
}
</style>
border-color css
<style>
span { border-color: #1BBB3B; }
span { border-color: rgb(27,187,59); }
td.TdClassName
{
border-color: #1BBB3B;
}
.TagClassName
{
border-color: #1BBB3B;
}
</style>