Shades of Pigment Green #1BAD49
Tints of Pigment Green #1BAD49
RGB
CMYK
RGB Variations
Color information
#1BAD49 (or 0x1BAD49) is known color: Pigment Green. HEX triplet: 1B, AD and 49. RGB value is (27,173,73). Sum of RGB (Red+Green+Blue) = 27+173+73=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD49 is #E452B6. Grayscale: #767676. Windows color (decimal): -14963383 or 4828443. OLE color: 4828443.
HSL color Cylindrical-coordinate representation of color #1BAD49: hue angle of 138.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD49 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 73 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.32 |
| HSL | 138.9º | 0.73% | 0.39% | - |
| HSV(B) | 138.9º | 0.84% | 0.68% | - |
| XYZ | 16.6 | 30.6 | 11.34 | - |
| YUV | 117.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 73 | 0.84 | 0 | 0.58 | 0.32 | 138.9 | 0.73 | 0.39 |
| Hex | 1B | AD | 49 | 54 | 0 | 3A | 20 | 8B | 49 | 27 |
| Octal | 33 | 255 | 111 | 124 | 0 | 72 | 40 | 213 | 111 | 47 |
| Binary | 11011 | 10101101 | 1001001 | 1010100 | 0 | 111010 | 100000 | 10001011 | 1001001 | 100111 |
Color Harmonies of #1BAD49
Complementary color
Monochromatic Colors of #1BAD49
Black with #1BAD49
Text Example
Text Example
White with #1BAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD49; }
p { color: rgb(27,173,73); }
H1.HeaderClassName
{
color: #1BAD49;
}
.AnyTagClassName
{
color: #1BAD49;
}
</style>
background-color css
<style>
a { background-color: #1BAD49; }
a { background-color: rgb(27,173,73); }
div.DivClassName
{
background-color: #1BAD49;
}
.BgClassName
{
background-color: #1BAD49;
}
</style>
border-color css
<style>
span { border-color: #1BAD49; }
span { border-color: rgb(27,173,73); }
td.TdClassName
{
border-color: #1BAD49;
}
.TagClassName
{
border-color: #1BAD49;
}
</style>