Html Css Color HEX #145E41 Fun Green

📋 copy color: '#145E41'

red 20 ◦ green 94 ◦ blue 65

#145E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #145E41

Tints of Fun Green #145E41

RGB

 RED value IS 20 (8.2% from 255) = 11.17%

 GREEN value IS 94 (37.11% from 255) = 52.51%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 11.17%
G = 52.51%
B = 36.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#145E41 (or 0x145E41) is known color: Fun Green. HEX triplet: 14, 5E and 41. RGB value is (20,94,65). Sum of RGB (Red+Green+Blue) = 20+94+65=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 94 (37.11% from 255 or 52.51% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 94 - color contains mainly: green. Hex color #145E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145E41 is #EBA1BE. Grayscale: #444444. Windows color (decimal): -15442367 or 4283924. OLE color: 4283924.

HSL color Cylindrical-coordinate representation of color #145E41: hue angle of 156.49º 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 #145E41 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 94 65 -
CMYK 0.79 0 0.31 0.63
HSL 156.49º 0.65% 0.22% -
HSV(B) 156.49º 0.79% 0.37% -
XYZ 5.25 8.54 6.37 -
YUV 68.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 20 94 65 0.79 0 0.31 0.63 156.49 0.65 0.22
Hex 14 5E 41 4F 0 1F 3F 9C 41 16
Octal 24 136 101 117 0 37 77 234 101 26
Binary 10100 1011110 1000001 1001111 0 11111 111111 10011100 1000001 10110

Color Harmonies of #145E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E41

Black with #145E41

Text Example


Text Example

White with #145E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #145E41;
 }
 .AnyTagClassName
 {
   color: #145E41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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