Shades of Dark Pastel Green #1BBD40
Tints of Dark Pastel Green #1BBD40
RGB
CMYK
RGB Variations
Color information
#1BBD40 (or 0x1BBD40) is known color: Dark Pastel Green. HEX triplet: 1B, BD and 40. RGB value is (27,189,64). Sum of RGB (Red+Green+Blue) = 27+189+64=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBD40 is #E442BF. Grayscale: #7E7E7E. Windows color (decimal): -14959296 or 4242715. OLE color: 4242715.
HSL color Cylindrical-coordinate representation of color #1BBD40: hue angle of 133.7º 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 #1BBD40 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 64 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.26 |
| HSL | 133.7º | 0.75% | 0.42% | - |
| HSV(B) | 133.7º | 0.86% | 0.74% | - |
| XYZ | 19.58 | 37 | 10.96 | - |
| YUV | 126.31 | 92.83 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 64 | 0.86 | 0 | 0.66 | 0.26 | 133.7 | 0.75 | 0.42 |
| Hex | 1B | BD | 40 | 56 | 0 | 42 | 1A | 86 | 4B | 2A |
| Octal | 33 | 275 | 100 | 126 | 0 | 102 | 32 | 206 | 113 | 52 |
| Binary | 11011 | 10111101 | 1000000 | 1010110 | 0 | 1000010 | 11010 | 10000110 | 1001011 | 101010 |
Color Harmonies of #1BBD40
Complementary color
Monochromatic Colors of #1BBD40
Black with #1BBD40
Text Example
Text Example
White with #1BBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD40; }
p { color: rgb(27,189,64); }
H1.HeaderClassName
{
color: #1BBD40;
}
.AnyTagClassName
{
color: #1BBD40;
}
</style>
background-color css
<style>
a { background-color: #1BBD40; }
a { background-color: rgb(27,189,64); }
div.DivClassName
{
background-color: #1BBD40;
}
.BgClassName
{
background-color: #1BBD40;
}
</style>
border-color css
<style>
span { border-color: #1BBD40; }
span { border-color: rgb(27,189,64); }
td.TdClassName
{
border-color: #1BBD40;
}
.TagClassName
{
border-color: #1BBD40;
}
</style>