Shades of Fun Green #155A42
Tints of Fun Green #155A42
RGB
CMYK
RGB Variations
Color information
#155A42 (or 0x155A42) is known color: Fun Green. HEX triplet: 15, 5A and 42. RGB value is (21,90,66). Sum of RGB (Red+Green+Blue) = 21+90+66=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #155A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A42 is #EAA5BD. Grayscale: #424242. Windows color (decimal): -15377854 or 4348437. OLE color: 4348437.
HSL color Cylindrical-coordinate representation of color #155A42: hue angle of 159.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A42 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 66 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.65 |
| HSL | 159.13º | 0.62% | 0.22% | - |
| HSV(B) | 159.13º | 0.77% | 0.35% | - |
| XYZ | 4.95 | 7.87 | 6.41 | - |
| YUV | 66.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 66 | 0.77 | 0 | 0.27 | 0.65 | 159.13 | 0.62 | 0.22 |
| Hex | 15 | 5A | 42 | 4D | 0 | 1B | 41 | 9F | 3E | 16 |
| Octal | 25 | 132 | 102 | 115 | 0 | 33 | 101 | 237 | 76 | 26 |
| Binary | 10101 | 1011010 | 1000010 | 1001101 | 0 | 11011 | 1000001 | 10011111 | 111110 | 10110 |
Color Harmonies of #155A42
Complementary color
Monochromatic Colors of #155A42
Black with #155A42
Text Example
Text Example
White with #155A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A42; }
p { color: rgb(21,90,66); }
H1.HeaderClassName
{
color: #155A42;
}
.AnyTagClassName
{
color: #155A42;
}
</style>
background-color css
<style>
a { background-color: #155A42; }
a { background-color: rgb(21,90,66); }
div.DivClassName
{
background-color: #155A42;
}
.BgClassName
{
background-color: #155A42;
}
</style>
border-color css
<style>
span { border-color: #155A42; }
span { border-color: rgb(21,90,66); }
td.TdClassName
{
border-color: #155A42;
}
.TagClassName
{
border-color: #155A42;
}
</style>