Shades of Dark Pastel Green #1BB349
Tints of Dark Pastel Green #1BB349
RGB
CMYK
RGB Variations
Color information
#1BB349 (or 0x1BB349) is known color: Dark Pastel Green. HEX triplet: 1B, B3 and 49. RGB value is (27,179,73). Sum of RGB (Red+Green+Blue) = 27+179+73=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB349 is #E44CB6. Grayscale: #797979. Windows color (decimal): -14961847 or 4829979. OLE color: 4829979.
HSL color Cylindrical-coordinate representation of color #1BB349: hue angle of 138.16º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB349 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 73 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.30 |
| HSL | 138.16º | 0.74% | 0.4% | - |
| HSV(B) | 138.16º | 0.85% | 0.7% | - |
| XYZ | 17.77 | 32.95 | 11.73 | - |
| YUV | 121.47 | 100.64 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 73 | 0.85 | 0 | 0.59 | 0.30 | 138.16 | 0.74 | 0.4 |
| Hex | 1B | B3 | 49 | 55 | 0 | 3B | 1E | 8A | 4A | 28 |
| Octal | 33 | 263 | 111 | 125 | 0 | 73 | 36 | 212 | 112 | 50 |
| Binary | 11011 | 10110011 | 1001001 | 1010101 | 0 | 111011 | 11110 | 10001010 | 1001010 | 101000 |
Color Harmonies of #1BB349
Complementary color
Monochromatic Colors of #1BB349
Black with #1BB349
Text Example
Text Example
White with #1BB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB349; }
p { color: rgb(27,179,73); }
H1.HeaderClassName
{
color: #1BB349;
}
.AnyTagClassName
{
color: #1BB349;
}
</style>
background-color css
<style>
a { background-color: #1BB349; }
a { background-color: rgb(27,179,73); }
div.DivClassName
{
background-color: #1BB349;
}
.BgClassName
{
background-color: #1BB349;
}
</style>
border-color css
<style>
span { border-color: #1BB349; }
span { border-color: rgb(27,179,73); }
td.TdClassName
{
border-color: #1BB349;
}
.TagClassName
{
border-color: #1BB349;
}
</style>