Shades of Fun Green #145C3F
Tints of Fun Green #145C3F
RGB
CMYK
RGB Variations
Color information
#145C3F (or 0x145C3F) is known color: Fun Green. HEX triplet: 14, 5C and 3F. RGB value is (20,92,63). Sum of RGB (Red+Green+Blue) = 20+92+63=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #145C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C3F is #EBA3C0. Grayscale: #434343. Windows color (decimal): -15442881 or 4152340. OLE color: 4152340.
HSL color Cylindrical-coordinate representation of color #145C3F: hue angle of 155.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C3F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 63 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.64 |
| HSL | 155.83º | 0.64% | 0.22% | - |
| HSV(B) | 155.83º | 0.78% | 0.36% | - |
| XYZ | 5.01 | 8.16 | 6.01 | - |
| YUV | 67.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 63 | 0.78 | 0 | 0.32 | 0.64 | 155.83 | 0.64 | 0.22 |
| Hex | 14 | 5C | 3F | 4E | 0 | 20 | 40 | 9C | 40 | 16 |
| Octal | 24 | 134 | 77 | 116 | 0 | 40 | 100 | 234 | 100 | 26 |
| Binary | 10100 | 1011100 | 111111 | 1001110 | 0 | 100000 | 1000000 | 10011100 | 1000000 | 10110 |
Color Harmonies of #145C3F
Complementary color
Monochromatic Colors of #145C3F
Black with #145C3F
Text Example
Text Example
White with #145C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C3F; }
p { color: rgb(20,92,63); }
H1.HeaderClassName
{
color: #145C3F;
}
.AnyTagClassName
{
color: #145C3F;
}
</style>
background-color css
<style>
a { background-color: #145C3F; }
a { background-color: rgb(20,92,63); }
div.DivClassName
{
background-color: #145C3F;
}
.BgClassName
{
background-color: #145C3F;
}
</style>
border-color css
<style>
span { border-color: #145C3F; }
span { border-color: rgb(20,92,63); }
td.TdClassName
{
border-color: #145C3F;
}
.TagClassName
{
border-color: #145C3F;
}
</style>