Shades of Pigment Green #1BB34F
Tints of Pigment Green #1BB34F
RGB
CMYK
RGB Variations
Color information
#1BB34F (or 0x1BB34F) is known color: Pigment Green. HEX triplet: 1B, B3 and 4F. RGB value is (27,179,79). Sum of RGB (Red+Green+Blue) = 27+179+79=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB34F is #E44CB0. Grayscale: #7A7A7A. Windows color (decimal): -14961841 or 5223195. OLE color: 5223195.
HSL color Cylindrical-coordinate representation of color #1BB34F: hue angle of 140.53º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB34F is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 79 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.30 |
| HSL | 140.53º | 0.74% | 0.4% | - |
| HSV(B) | 140.53º | 0.85% | 0.7% | - |
| XYZ | 17.98 | 33.04 | 12.83 | - |
| YUV | 122.15 | 103.64 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 79 | 0.85 | 0 | 0.56 | 0.30 | 140.53 | 0.74 | 0.4 |
| Hex | 1B | B3 | 4F | 55 | 0 | 38 | 1E | 8D | 4A | 28 |
| Octal | 33 | 263 | 117 | 125 | 0 | 70 | 36 | 215 | 112 | 50 |
| Binary | 11011 | 10110011 | 1001111 | 1010101 | 0 | 111000 | 11110 | 10001101 | 1001010 | 101000 |
Color Harmonies of #1BB34F
Complementary color
Monochromatic Colors of #1BB34F
Black with #1BB34F
Text Example
Text Example
White with #1BB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB34F; }
p { color: rgb(27,179,79); }
H1.HeaderClassName
{
color: #1BB34F;
}
.AnyTagClassName
{
color: #1BB34F;
}
</style>
background-color css
<style>
a { background-color: #1BB34F; }
a { background-color: rgb(27,179,79); }
div.DivClassName
{
background-color: #1BB34F;
}
.BgClassName
{
background-color: #1BB34F;
}
</style>
border-color css
<style>
span { border-color: #1BB34F; }
span { border-color: rgb(27,179,79); }
td.TdClassName
{
border-color: #1BB34F;
}
.TagClassName
{
border-color: #1BB34F;
}
</style>