Shades of Dark Pastel Green #1BAC32
Tints of Dark Pastel Green #1BAC32
RGB
CMYK
RGB Variations
Color information
#1BAC32 (or 0x1BAC32) is known color: Dark Pastel Green. HEX triplet: 1B, AC and 32. RGB value is (27,172,50). Sum of RGB (Red+Green+Blue) = 27+172+50=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAC32 is #E453CD. Grayscale: #737373. Windows color (decimal): -14963662 or 3320859. OLE color: 3320859.
HSL color Cylindrical-coordinate representation of color #1BAC32: hue angle of 129.52º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAC32 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 50 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.33 |
| HSL | 129.52º | 0.73% | 0.39% | - |
| HSV(B) | 129.52º | 0.84% | 0.67% | - |
| XYZ | 15.78 | 29.97 | 7.97 | - |
| YUV | 114.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 50 | 0.84 | 0 | 0.71 | 0.33 | 129.52 | 0.73 | 0.39 |
| Hex | 1B | AC | 32 | 54 | 0 | 47 | 21 | 82 | 49 | 27 |
| Octal | 33 | 254 | 62 | 124 | 0 | 107 | 41 | 202 | 111 | 47 |
| Binary | 11011 | 10101100 | 110010 | 1010100 | 0 | 1000111 | 100001 | 10000010 | 1001001 | 100111 |
Color Harmonies of #1BAC32
Complementary color
Monochromatic Colors of #1BAC32
Black with #1BAC32
Text Example
Text Example
White with #1BAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC32; }
p { color: rgb(27,172,50); }
H1.HeaderClassName
{
color: #1BAC32;
}
.AnyTagClassName
{
color: #1BAC32;
}
</style>
background-color css
<style>
a { background-color: #1BAC32; }
a { background-color: rgb(27,172,50); }
div.DivClassName
{
background-color: #1BAC32;
}
.BgClassName
{
background-color: #1BAC32;
}
</style>
border-color css
<style>
span { border-color: #1BAC32; }
span { border-color: rgb(27,172,50); }
td.TdClassName
{
border-color: #1BAC32;
}
.TagClassName
{
border-color: #1BAC32;
}
</style>