Shades of Dark Pastel Green #1BB449
Tints of Dark Pastel Green #1BB449
RGB
CMYK
RGB Variations
Color information
#1BB449 (or 0x1BB449) is known color: Dark Pastel Green. HEX triplet: 1B, B4 and 49. RGB value is (27,180,73). Sum of RGB (Red+Green+Blue) = 27+180+73=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB449 is #E44BB6. Grayscale: #7A7A7A. Windows color (decimal): -14961591 or 4830235. OLE color: 4830235.
HSL color Cylindrical-coordinate representation of color #1BB449: hue angle of 138.04º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB449 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 73 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.29 |
| HSL | 138.04º | 0.74% | 0.41% | - |
| HSV(B) | 138.04º | 0.85% | 0.71% | - |
| XYZ | 17.98 | 33.36 | 11.79 | - |
| YUV | 122.06 | 100.31 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 73 | 0.85 | 0 | 0.59 | 0.29 | 138.04 | 0.74 | 0.41 |
| Hex | 1B | B4 | 49 | 55 | 0 | 3B | 1D | 8A | 4A | 29 |
| Octal | 33 | 264 | 111 | 125 | 0 | 73 | 35 | 212 | 112 | 51 |
| Binary | 11011 | 10110100 | 1001001 | 1010101 | 0 | 111011 | 11101 | 10001010 | 1001010 | 101001 |
Color Harmonies of #1BB449
Complementary color
Monochromatic Colors of #1BB449
Black with #1BB449
Text Example
Text Example
White with #1BB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB449; }
p { color: rgb(27,180,73); }
H1.HeaderClassName
{
color: #1BB449;
}
.AnyTagClassName
{
color: #1BB449;
}
</style>
background-color css
<style>
a { background-color: #1BB449; }
a { background-color: rgb(27,180,73); }
div.DivClassName
{
background-color: #1BB449;
}
.BgClassName
{
background-color: #1BB449;
}
</style>
border-color css
<style>
span { border-color: #1BB449; }
span { border-color: rgb(27,180,73); }
td.TdClassName
{
border-color: #1BB449;
}
.TagClassName
{
border-color: #1BB449;
}
</style>