Shades of Dark Pastel Green #1BAE3A
Tints of Dark Pastel Green #1BAE3A
RGB
CMYK
RGB Variations
Color information
#1BAE3A (or 0x1BAE3A) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 3A. RGB value is (27,174,58). Sum of RGB (Red+Green+Blue) = 27+174+58=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE3A is #E451C5. Grayscale: #757575. Windows color (decimal): -14963142 or 3845659. OLE color: 3845659.
HSL color Cylindrical-coordinate representation of color #1BAE3A: hue angle of 132.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE3A is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 58 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.32 |
| HSL | 132.65º | 0.73% | 0.39% | - |
| HSV(B) | 132.65º | 0.84% | 0.68% | - |
| XYZ | 16.35 | 30.81 | 9.09 | - |
| YUV | 116.82 | 94.8 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 58 | 0.84 | 0 | 0.67 | 0.32 | 132.65 | 0.73 | 0.39 |
| Hex | 1B | AE | 3A | 54 | 0 | 43 | 20 | 85 | 49 | 27 |
| Octal | 33 | 256 | 72 | 124 | 0 | 103 | 40 | 205 | 111 | 47 |
| Binary | 11011 | 10101110 | 111010 | 1010100 | 0 | 1000011 | 100000 | 10000101 | 1001001 | 100111 |
Color Harmonies of #1BAE3A
Complementary color
Monochromatic Colors of #1BAE3A
Black with #1BAE3A
Text Example
Text Example
White with #1BAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE3A; }
p { color: rgb(27,174,58); }
H1.HeaderClassName
{
color: #1BAE3A;
}
.AnyTagClassName
{
color: #1BAE3A;
}
</style>
background-color css
<style>
a { background-color: #1BAE3A; }
a { background-color: rgb(27,174,58); }
div.DivClassName
{
background-color: #1BAE3A;
}
.BgClassName
{
background-color: #1BAE3A;
}
</style>
border-color css
<style>
span { border-color: #1BAE3A; }
span { border-color: rgb(27,174,58); }
td.TdClassName
{
border-color: #1BAE3A;
}
.TagClassName
{
border-color: #1BAE3A;
}
</style>