Shades of Pigment Green #1BAF4D
Tints of Pigment Green #1BAF4D
RGB
CMYK
RGB Variations
Color information
#1BAF4D (or 0x1BAF4D) is known color: Pigment Green. HEX triplet: 1B, AF and 4D. RGB value is (27,175,77). Sum of RGB (Red+Green+Blue) = 27+175+77=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF4D is #E450B2. Grayscale: #777777. Windows color (decimal): -14962867 or 5091099. OLE color: 5091099.
HSL color Cylindrical-coordinate representation of color #1BAF4D: hue angle of 140.27º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF4D is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 77 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.31 |
| HSL | 140.27º | 0.73% | 0.4% | - |
| HSV(B) | 140.27º | 0.85% | 0.69% | - |
| XYZ | 17.12 | 31.43 | 12.19 | - |
| YUV | 119.58 | 103.97 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 77 | 0.85 | 0 | 0.56 | 0.31 | 140.27 | 0.73 | 0.4 |
| Hex | 1B | AF | 4D | 55 | 0 | 38 | 1F | 8C | 49 | 28 |
| Octal | 33 | 257 | 115 | 125 | 0 | 70 | 37 | 214 | 111 | 50 |
| Binary | 11011 | 10101111 | 1001101 | 1010101 | 0 | 111000 | 11111 | 10001100 | 1001001 | 101000 |
Color Harmonies of #1BAF4D
Complementary color
Monochromatic Colors of #1BAF4D
Black with #1BAF4D
Text Example
Text Example
White with #1BAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF4D; }
p { color: rgb(27,175,77); }
H1.HeaderClassName
{
color: #1BAF4D;
}
.AnyTagClassName
{
color: #1BAF4D;
}
</style>
background-color css
<style>
a { background-color: #1BAF4D; }
a { background-color: rgb(27,175,77); }
div.DivClassName
{
background-color: #1BAF4D;
}
.BgClassName
{
background-color: #1BAF4D;
}
</style>
border-color css
<style>
span { border-color: #1BAF4D; }
span { border-color: rgb(27,175,77); }
td.TdClassName
{
border-color: #1BAF4D;
}
.TagClassName
{
border-color: #1BAF4D;
}
</style>