Shades of Dark Pastel Green #1BAE41
Tints of Dark Pastel Green #1BAE41
RGB
CMYK
RGB Variations
Color information
#1BAE41 (or 0x1BAE41) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 41. RGB value is (27,174,65). Sum of RGB (Red+Green+Blue) = 27+174+65=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 174 (68.36% from 255 or 65.41% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE41 is #E451BE. Grayscale: #757575. Windows color (decimal): -14963135 or 4304411. OLE color: 4304411.
HSL color Cylindrical-coordinate representation of color #1BAE41: hue angle of 135.51º 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 #1BAE41 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 65 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.32 |
| HSL | 135.51º | 0.73% | 0.39% | - |
| HSV(B) | 135.51º | 0.84% | 0.68% | - |
| XYZ | 16.54 | 30.89 | 10.09 | - |
| YUV | 117.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 65 | 0.84 | 0 | 0.63 | 0.32 | 135.51 | 0.73 | 0.39 |
| Hex | 1B | AE | 41 | 54 | 0 | 3F | 20 | 88 | 49 | 27 |
| Octal | 33 | 256 | 101 | 124 | 0 | 77 | 40 | 210 | 111 | 47 |
| Binary | 11011 | 10101110 | 1000001 | 1010100 | 0 | 111111 | 100000 | 10001000 | 1001001 | 100111 |
Color Harmonies of #1BAE41
Complementary color
Monochromatic Colors of #1BAE41
Black with #1BAE41
Text Example
Text Example
White with #1BAE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE41; }
p { color: rgb(27,174,65); }
H1.HeaderClassName
{
color: #1BAE41;
}
.AnyTagClassName
{
color: #1BAE41;
}
</style>
background-color css
<style>
a { background-color: #1BAE41; }
a { background-color: rgb(27,174,65); }
div.DivClassName
{
background-color: #1BAE41;
}
.BgClassName
{
background-color: #1BAE41;
}
</style>
border-color css
<style>
span { border-color: #1BAE41; }
span { border-color: rgb(27,174,65); }
td.TdClassName
{
border-color: #1BAE41;
}
.TagClassName
{
border-color: #1BAE41;
}
</style>