Shades of Malachite #1BEA45
Tints of Malachite #1BEA45
RGB
CMYK
RGB Variations
Color information
#1BEA45 (or 0x1BEA45) is known color: Malachite. HEX triplet: 1B, EA and 45. RGB value is (27,234,69). Sum of RGB (Red+Green+Blue) = 27+234+69=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 234 (91.80% from 255 or 70.91% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEA45 is #E415BA. Grayscale: #999999. Windows color (decimal): -14947771 or 4581915. OLE color: 4581915.
HSL color Cylindrical-coordinate representation of color #1BEA45: hue angle of 132.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEA45 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 69 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.08 |
| HSL | 132.17º | 0.83% | 0.51% | - |
| HSV(B) | 132.17º | 0.88% | 0.92% | - |
| XYZ | 30.95 | 59.51 | 15.49 | - |
| YUV | 153.3 | 80.42 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 69 | 0.88 | 0 | 0.71 | 0.08 | 132.17 | 0.83 | 0.51 |
| Hex | 1B | EA | 45 | 58 | 0 | 47 | 8 | 84 | 53 | 33 |
| Octal | 33 | 352 | 105 | 130 | 0 | 107 | 10 | 204 | 123 | 63 |
| Binary | 11011 | 11101010 | 1000101 | 1011000 | 0 | 1000111 | 1000 | 10000100 | 1010011 | 110011 |
Color Harmonies of #1BEA45
Complementary color
Monochromatic Colors of #1BEA45
Black with #1BEA45
Text Example
Text Example
White with #1BEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEA45; }
p { color: rgb(27,234,69); }
H1.HeaderClassName
{
color: #1BEA45;
}
.AnyTagClassName
{
color: #1BEA45;
}
</style>
background-color css
<style>
a { background-color: #1BEA45; }
a { background-color: rgb(27,234,69); }
div.DivClassName
{
background-color: #1BEA45;
}
.BgClassName
{
background-color: #1BEA45;
}
</style>
border-color css
<style>
span { border-color: #1BEA45; }
span { border-color: rgb(27,234,69); }
td.TdClassName
{
border-color: #1BEA45;
}
.TagClassName
{
border-color: #1BEA45;
}
</style>