Shades of Fun Green #195A42
Tints of Fun Green #195A42
RGB
CMYK
RGB Variations
Color information
#195A42 (or 0x195A42) is known color: Fun Green. HEX triplet: 19, 5A and 42. RGB value is (25,90,66). Sum of RGB (Red+Green+Blue) = 25+90+66=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #195A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A42 is #E6A5BD. Grayscale: #434343. Windows color (decimal): -15115710 or 4348441. OLE color: 4348441.
HSL color Cylindrical-coordinate representation of color #195A42: hue angle of 157.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A42 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 66 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.65 |
| HSL | 157.85º | 0.57% | 0.23% | - |
| HSV(B) | 157.85º | 0.72% | 0.35% | - |
| XYZ | 5.04 | 7.91 | 6.42 | - |
| YUV | 67.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 66 | 0.72 | 0 | 0.27 | 0.65 | 157.85 | 0.57 | 0.23 |
| Hex | 19 | 5A | 42 | 48 | 0 | 1B | 41 | 9E | 39 | 17 |
| Octal | 31 | 132 | 102 | 110 | 0 | 33 | 101 | 236 | 71 | 27 |
| Binary | 11001 | 1011010 | 1000010 | 1001000 | 0 | 11011 | 1000001 | 10011110 | 111001 | 10111 |
Color Harmonies of #195A42
Complementary color
Monochromatic Colors of #195A42
Black with #195A42
Text Example
Text Example
White with #195A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A42; }
p { color: rgb(25,90,66); }
H1.HeaderClassName
{
color: #195A42;
}
.AnyTagClassName
{
color: #195A42;
}
</style>
background-color css
<style>
a { background-color: #195A42; }
a { background-color: rgb(25,90,66); }
div.DivClassName
{
background-color: #195A42;
}
.BgClassName
{
background-color: #195A42;
}
</style>
border-color css
<style>
span { border-color: #195A42; }
span { border-color: rgb(25,90,66); }
td.TdClassName
{
border-color: #195A42;
}
.TagClassName
{
border-color: #195A42;
}
</style>