Html Css Color HEX #145942 Fun Green

📋 copy color: '#145942'

red 20 ◦ green 89 ◦ blue 66

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

Shades of Fun Green #145942

Tints of Fun Green #145942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 11.43%
G = 50.86%
B = 37.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#145942 (or 0x145942) is known color: Fun Green. HEX triplet: 14, 59 and 42. RGB value is (20,89,66). Sum of RGB (Red+Green+Blue) = 20+89+66=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #145942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145942 is #EBA6BD. Grayscale: #414141. Windows color (decimal): -15443646 or 4348180. OLE color: 4348180.

HSL color Cylindrical-coordinate representation of color #145942: hue angle of 160º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145942 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 66 -
CMYK 0.78 0 0.26 0.65
HSL 160º 0.63% 0.21% -
HSV(B) 160º 0.78% 0.35% -
XYZ 4.84 7.69 6.38 -
YUV 65.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 20 89 66 0.78 0 0.26 0.65 160 0.63 0.21
Hex 14 59 42 4E 0 1A 41 A0 3F 15
Octal 24 131 102 116 0 32 101 240 77 25
Binary 10100 1011001 1000010 1001110 0 11010 1000001 10100000 111111 10101

Color Harmonies of #145942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145942

Black with #145942

Text Example


Text Example

White with #145942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145942; }

 p { color: rgb(20,89,66); }

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

background-color css

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

 a { background-color: rgb(20,89,66); }

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

border-color css

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

 span { border-color: rgb(20,89,66); }

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