Shades of Dark Pastel Green #1BAE39
Tints of Dark Pastel Green #1BAE39
RGB
CMYK
RGB Variations
Color information
#1BAE39 (or 0x1BAE39) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 39. RGB value is (27,174,57). Sum of RGB (Red+Green+Blue) = 27+174+57=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE39 is #E451C6. Grayscale: #757575. Windows color (decimal): -14963143 or 3780123. OLE color: 3780123.
HSL color Cylindrical-coordinate representation of color #1BAE39: hue angle of 132.24º 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 #1BAE39 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 57 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.32 |
| HSL | 132.24º | 0.73% | 0.39% | - |
| HSV(B) | 132.24º | 0.84% | 0.68% | - |
| XYZ | 16.33 | 30.8 | 8.96 | - |
| YUV | 116.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 57 | 0.84 | 0 | 0.67 | 0.32 | 132.24 | 0.73 | 0.39 |
| Hex | 1B | AE | 39 | 54 | 0 | 43 | 20 | 84 | 49 | 27 |
| Octal | 33 | 256 | 71 | 124 | 0 | 103 | 40 | 204 | 111 | 47 |
| Binary | 11011 | 10101110 | 111001 | 1010100 | 0 | 1000011 | 100000 | 10000100 | 1001001 | 100111 |
Color Harmonies of #1BAE39
Complementary color
Monochromatic Colors of #1BAE39
Black with #1BAE39
Text Example
Text Example
White with #1BAE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE39; }
p { color: rgb(27,174,57); }
H1.HeaderClassName
{
color: #1BAE39;
}
.AnyTagClassName
{
color: #1BAE39;
}
</style>
background-color css
<style>
a { background-color: #1BAE39; }
a { background-color: rgb(27,174,57); }
div.DivClassName
{
background-color: #1BAE39;
}
.BgClassName
{
background-color: #1BAE39;
}
</style>
border-color css
<style>
span { border-color: #1BAE39; }
span { border-color: rgb(27,174,57); }
td.TdClassName
{
border-color: #1BAE39;
}
.TagClassName
{
border-color: #1BAE39;
}
</style>