Shades of Dark Pastel Green #1BBD39
Tints of Dark Pastel Green #1BBD39
RGB
CMYK
RGB Variations
Color information
#1BBD39 (or 0x1BBD39) is known color: Dark Pastel Green. HEX triplet: 1B, BD and 39. RGB value is (27,189,57). Sum of RGB (Red+Green+Blue) = 27+189+57=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBD39 is #E442C6. Grayscale: #7D7D7D. Windows color (decimal): -14959303 or 3783963. OLE color: 3783963.
HSL color Cylindrical-coordinate representation of color #1BBD39: hue angle of 131.11º 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 #1BBD39 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 57 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.26 |
| HSL | 131.11º | 0.75% | 0.42% | - |
| HSV(B) | 131.11º | 0.86% | 0.74% | - |
| XYZ | 19.39 | 36.92 | 9.98 | - |
| YUV | 125.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 57 | 0.86 | 0 | 0.70 | 0.26 | 131.11 | 0.75 | 0.42 |
| Hex | 1B | BD | 39 | 56 | 0 | 46 | 1A | 83 | 4B | 2A |
| Octal | 33 | 275 | 71 | 126 | 0 | 106 | 32 | 203 | 113 | 52 |
| Binary | 11011 | 10111101 | 111001 | 1010110 | 0 | 1000110 | 11010 | 10000011 | 1001011 | 101010 |
Color Harmonies of #1BBD39
Complementary color
Monochromatic Colors of #1BBD39
Black with #1BBD39
Text Example
Text Example
White with #1BBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD39; }
p { color: rgb(27,189,57); }
H1.HeaderClassName
{
color: #1BBD39;
}
.AnyTagClassName
{
color: #1BBD39;
}
</style>
background-color css
<style>
a { background-color: #1BBD39; }
a { background-color: rgb(27,189,57); }
div.DivClassName
{
background-color: #1BBD39;
}
.BgClassName
{
background-color: #1BBD39;
}
</style>
border-color css
<style>
span { border-color: #1BBD39; }
span { border-color: rgb(27,189,57); }
td.TdClassName
{
border-color: #1BBD39;
}
.TagClassName
{
border-color: #1BBD39;
}
</style>