Shades of Dark Pastel Green #1BAA3C
Tints of Dark Pastel Green #1BAA3C
RGB
CMYK
RGB Variations
Color information
#1BAA3C (or 0x1BAA3C) is known color: Dark Pastel Green. HEX triplet: 1B, AA and 3C. RGB value is (27,170,60). Sum of RGB (Red+Green+Blue) = 27+170+60=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA3C is #E455C3. Grayscale: #727272. Windows color (decimal): -14964164 or 3975707. OLE color: 3975707.
HSL color Cylindrical-coordinate representation of color #1BAA3C: hue angle of 133.85º 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 #1BAA3C is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 60 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.33 |
| HSL | 133.85º | 0.73% | 0.39% | - |
| HSV(B) | 133.85º | 0.84% | 0.67% | - |
| XYZ | 15.64 | 29.31 | 9.11 | - |
| YUV | 114.7 | 97.12 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 60 | 0.84 | 0 | 0.65 | 0.33 | 133.85 | 0.73 | 0.39 |
| Hex | 1B | AA | 3C | 54 | 0 | 41 | 21 | 86 | 49 | 27 |
| Octal | 33 | 252 | 74 | 124 | 0 | 101 | 41 | 206 | 111 | 47 |
| Binary | 11011 | 10101010 | 111100 | 1010100 | 0 | 1000001 | 100001 | 10000110 | 1001001 | 100111 |
Color Harmonies of #1BAA3C
Complementary color
Monochromatic Colors of #1BAA3C
Black with #1BAA3C
Text Example
Text Example
White with #1BAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA3C; }
p { color: rgb(27,170,60); }
H1.HeaderClassName
{
color: #1BAA3C;
}
.AnyTagClassName
{
color: #1BAA3C;
}
</style>
background-color css
<style>
a { background-color: #1BAA3C; }
a { background-color: rgb(27,170,60); }
div.DivClassName
{
background-color: #1BAA3C;
}
.BgClassName
{
background-color: #1BAA3C;
}
</style>
border-color css
<style>
span { border-color: #1BAA3C; }
span { border-color: rgb(27,170,60); }
td.TdClassName
{
border-color: #1BAA3C;
}
.TagClassName
{
border-color: #1BAA3C;
}
</style>