Shades of Dark Pastel Green #1BAF2C
Tints of Dark Pastel Green #1BAF2C
RGB
CMYK
RGB Variations
Color information
#1BAF2C (or 0x1BAF2C) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 2C. RGB value is (27,175,44). Sum of RGB (Red+Green+Blue) = 27+175+44=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF2C is #E450D3. Grayscale: #747474. Windows color (decimal): -14962900 or 2928411. OLE color: 2928411.
HSL color Cylindrical-coordinate representation of color #1BAF2C: hue angle of 126.89º 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 #1BAF2C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 44 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.31 |
| HSL | 126.89º | 0.73% | 0.4% | - |
| HSV(B) | 126.89º | 0.85% | 0.69% | - |
| XYZ | 16.24 | 31.07 | 7.53 | - |
| YUV | 115.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 44 | 0.85 | 0 | 0.75 | 0.31 | 126.89 | 0.73 | 0.4 |
| Hex | 1B | AF | 2C | 55 | 0 | 4B | 1F | 7F | 49 | 28 |
| Octal | 33 | 257 | 54 | 125 | 0 | 113 | 37 | 177 | 111 | 50 |
| Binary | 11011 | 10101111 | 101100 | 1010101 | 0 | 1001011 | 11111 | 1111111 | 1001001 | 101000 |
Color Harmonies of #1BAF2C
Complementary color
Monochromatic Colors of #1BAF2C
Black with #1BAF2C
Text Example
Text Example
White with #1BAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF2C; }
p { color: rgb(27,175,44); }
H1.HeaderClassName
{
color: #1BAF2C;
}
.AnyTagClassName
{
color: #1BAF2C;
}
</style>
background-color css
<style>
a { background-color: #1BAF2C; }
a { background-color: rgb(27,175,44); }
div.DivClassName
{
background-color: #1BAF2C;
}
.BgClassName
{
background-color: #1BAF2C;
}
</style>
border-color css
<style>
span { border-color: #1BAF2C; }
span { border-color: rgb(27,175,44); }
td.TdClassName
{
border-color: #1BAF2C;
}
.TagClassName
{
border-color: #1BAF2C;
}
</style>