#145E3D

Color #145E3D Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #145E3D

Tints of Fun Green #145E3D

Color information

#145E3D (or 0x145E3D) is unknown color: approx Fun Green. HEX triplet: 14, 5E and 3D. RGB value is (20,94,61). Sum of RGB (Red+Green+Blue) = 20+94+61=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #145E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145E3D is #EBA1C2. Grayscale: #444444. Windows color (decimal): -15442371 or 4021780. OLE color: 4021780.

HSL color Cylindrical-coordinate representation of color #145E3D: hue angle of 153.24º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145E3D is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB209461-
CMYK0.7900.350.63
HSL153.24º64.91%22.35%-
HSV(B)153.24º78.72%36.86%-
XYZ5.138.495.78-
YUV68.11123.9893.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 94 (37.11% from 255) = 53.71%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=11.43%
G=53.71%
B=34.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2094610.7900.350.63153.2464.9122.35
Hex145E3D4F0233F994116
Octal24136751170437723110126
Binary1010010111101111011001111010001111111110011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E3D; }

 p { color: rgb(20,94,61); }

 H1.HeaderClassName
 {
   color: #145E3D;
 }
 .AnyTagClassName
 {
   color: #145E3D;
 }
</style>
background-color css

<style>
 a { background-color: #145E3D; }

 a { background-color: rgb(20,94,61); }

 div.DivClassName
 {
   background-color: #145E3D;
 }
 .BgClassName
 {
   background-color: #145E3D;
 }
</style>
border-color css

<style>
 span { border-color: #145E3D; }

 span { border-color: rgb(20,94,61); }

 td.TdClassName
 {
   border-color: #145E3D;
 }
 .TagClassName
 {
   border-color: #145E3D;
 }
</style>