Shades of Dark Pastel Green #1BB039
Tints of Dark Pastel Green #1BB039
RGB
CMYK
RGB Variations
Color information
#1BB039 (or 0x1BB039) is known color: Dark Pastel Green. HEX triplet: 1B, B0 and 39. RGB value is (27,176,57). Sum of RGB (Red+Green+Blue) = 27+176+57=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 176 (69.14% from 255 or 67.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB039 is #E44FC6. Grayscale: #767676. Windows color (decimal): -14962631 or 3780635. OLE color: 3780635.
HSL color Cylindrical-coordinate representation of color #1BB039: hue angle of 132.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB039 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 176 | 57 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.31 |
| HSL | 132.08º | 0.73% | 0.4% | - |
| HSV(B) | 132.08º | 0.85% | 0.69% | - |
| XYZ | 16.72 | 31.58 | 9.09 | - |
| YUV | 117.88 | 93.64 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 176 | 57 | 0.85 | 0 | 0.68 | 0.31 | 132.08 | 0.73 | 0.4 |
| Hex | 1B | B0 | 39 | 55 | 0 | 44 | 1F | 84 | 49 | 28 |
| Octal | 33 | 260 | 71 | 125 | 0 | 104 | 37 | 204 | 111 | 50 |
| Binary | 11011 | 10110000 | 111001 | 1010101 | 0 | 1000100 | 11111 | 10000100 | 1001001 | 101000 |
Color Harmonies of #1BB039
Complementary color
Monochromatic Colors of #1BB039
Black with #1BB039
Text Example
Text Example
White with #1BB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB039; }
p { color: rgb(27,176,57); }
H1.HeaderClassName
{
color: #1BB039;
}
.AnyTagClassName
{
color: #1BB039;
}
</style>
background-color css
<style>
a { background-color: #1BB039; }
a { background-color: rgb(27,176,57); }
div.DivClassName
{
background-color: #1BB039;
}
.BgClassName
{
background-color: #1BB039;
}
</style>
border-color css
<style>
span { border-color: #1BB039; }
span { border-color: rgb(27,176,57); }
td.TdClassName
{
border-color: #1BB039;
}
.TagClassName
{
border-color: #1BB039;
}
</style>