Shades of Pigment Green #1BA445
Tints of Pigment Green #1BA445
RGB
CMYK
RGB Variations
Color information
#1BA445 (or 0x1BA445) is known color: Pigment Green. HEX triplet: 1B, A4 and 45. RGB value is (27,164,69). Sum of RGB (Red+Green+Blue) = 27+164+69=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA445 is #E45BBA. Grayscale: #707070. Windows color (decimal): -14965691 or 4563995. OLE color: 4563995.
HSL color Cylindrical-coordinate representation of color #1BA445: hue angle of 138.39º 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 #1BA445 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 69 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.36 |
| HSL | 138.39º | 0.72% | 0.37% | - |
| HSV(B) | 138.39º | 0.84% | 0.64% | - |
| XYZ | 14.8 | 27.21 | 10.1 | - |
| YUV | 112.21 | 103.61 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 69 | 0.84 | 0 | 0.58 | 0.36 | 138.39 | 0.72 | 0.37 |
| Hex | 1B | A4 | 45 | 54 | 0 | 3A | 24 | 8A | 48 | 25 |
| Octal | 33 | 244 | 105 | 124 | 0 | 72 | 44 | 212 | 110 | 45 |
| Binary | 11011 | 10100100 | 1000101 | 1010100 | 0 | 111010 | 100100 | 10001010 | 1001000 | 100101 |
Color Harmonies of #1BA445
Complementary color
Monochromatic Colors of #1BA445
Black with #1BA445
Text Example
Text Example
White with #1BA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA445; }
p { color: rgb(27,164,69); }
H1.HeaderClassName
{
color: #1BA445;
}
.AnyTagClassName
{
color: #1BA445;
}
</style>
background-color css
<style>
a { background-color: #1BA445; }
a { background-color: rgb(27,164,69); }
div.DivClassName
{
background-color: #1BA445;
}
.BgClassName
{
background-color: #1BA445;
}
</style>
border-color css
<style>
span { border-color: #1BA445; }
span { border-color: rgb(27,164,69); }
td.TdClassName
{
border-color: #1BA445;
}
.TagClassName
{
border-color: #1BA445;
}
</style>