Shades of Pigment Green #1BA444
Tints of Pigment Green #1BA444
RGB
CMYK
RGB Variations
Color information
#1BA444 (or 0x1BA444) is known color: Pigment Green. HEX triplet: 1B, A4 and 44. RGB value is (27,164,68). Sum of RGB (Red+Green+Blue) = 27+164+68=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA444 is #E45BBB. Grayscale: #707070. Windows color (decimal): -14965692 or 4498459. OLE color: 4498459.
HSL color Cylindrical-coordinate representation of color #1BA444: hue angle of 137.96º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA444 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 68 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.36 |
| HSL | 137.96º | 0.72% | 0.37% | - |
| HSV(B) | 137.96º | 0.84% | 0.64% | - |
| XYZ | 14.77 | 27.2 | 9.94 | - |
| YUV | 112.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 68 | 0.84 | 0 | 0.59 | 0.36 | 137.96 | 0.72 | 0.37 |
| Hex | 1B | A4 | 44 | 54 | 0 | 3B | 24 | 8A | 48 | 25 |
| Octal | 33 | 244 | 104 | 124 | 0 | 73 | 44 | 212 | 110 | 45 |
| Binary | 11011 | 10100100 | 1000100 | 1010100 | 0 | 111011 | 100100 | 10001010 | 1001000 | 100101 |
Color Harmonies of #1BA444
Complementary color
Monochromatic Colors of #1BA444
Black with #1BA444
Text Example
Text Example
White with #1BA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA444; }
p { color: rgb(27,164,68); }
H1.HeaderClassName
{
color: #1BA444;
}
.AnyTagClassName
{
color: #1BA444;
}
</style>
background-color css
<style>
a { background-color: #1BA444; }
a { background-color: rgb(27,164,68); }
div.DivClassName
{
background-color: #1BA444;
}
.BgClassName
{
background-color: #1BA444;
}
</style>
border-color css
<style>
span { border-color: #1BA444; }
span { border-color: rgb(27,164,68); }
td.TdClassName
{
border-color: #1BA444;
}
.TagClassName
{
border-color: #1BA444;
}
</style>