Shades of Fun Green #145D3F
Tints of Fun Green #145D3F
RGB
CMYK
RGB Variations
Color information
#145D3F (or 0x145D3F) is known color: Fun Green. HEX triplet: 14, 5D and 3F. RGB value is (20,93,63). Sum of RGB (Red+Green+Blue) = 20+93+63=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #145D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D3F is #EBA2C0. Grayscale: #434343. Windows color (decimal): -15442625 or 4152596. OLE color: 4152596.
HSL color Cylindrical-coordinate representation of color #145D3F: hue angle of 155.34º degrees, saturation: 0.65, 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 #145D3F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 93 | 63 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.64 |
| HSL | 155.34º | 0.65% | 0.22% | - |
| HSV(B) | 155.34º | 0.78% | 0.36% | - |
| XYZ | 5.1 | 8.34 | 6.04 | - |
| YUV | 67.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 63 | 0.78 | 0 | 0.32 | 0.64 | 155.34 | 0.65 | 0.22 |
| Hex | 14 | 5D | 3F | 4E | 0 | 20 | 40 | 9B | 41 | 16 |
| Octal | 24 | 135 | 77 | 116 | 0 | 40 | 100 | 233 | 101 | 26 |
| Binary | 10100 | 1011101 | 111111 | 1001110 | 0 | 100000 | 1000000 | 10011011 | 1000001 | 10110 |
Color Harmonies of #145D3F
Complementary color
Monochromatic Colors of #145D3F
Black with #145D3F
Text Example
Text Example
White with #145D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D3F; }
p { color: rgb(20,93,63); }
H1.HeaderClassName
{
color: #145D3F;
}
.AnyTagClassName
{
color: #145D3F;
}
</style>
background-color css
<style>
a { background-color: #145D3F; }
a { background-color: rgb(20,93,63); }
div.DivClassName
{
background-color: #145D3F;
}
.BgClassName
{
background-color: #145D3F;
}
</style>
border-color css
<style>
span { border-color: #145D3F; }
span { border-color: rgb(20,93,63); }
td.TdClassName
{
border-color: #145D3F;
}
.TagClassName
{
border-color: #145D3F;
}
</style>