Html Css Color HEX #145D3C Fun Green

📋 copy color: '#145D3C'

red 20 ◦ green 93 ◦ blue 60

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

Shades of Fun Green #145D3C

Tints of Fun Green #145D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.76%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 11.56%
G = 53.76%
B = 34.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#145D3C (or 0x145D3C) is known color: Fun Green. HEX triplet: 14, 5D and 3C. RGB value is (20,93,60). Sum of RGB (Red+Green+Blue) = 20+93+60=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #145D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D3C is #EBA2C3. Grayscale: #434343. Windows color (decimal): -15442628 or 3955988. OLE color: 3955988.

HSL color Cylindrical-coordinate representation of color #145D3C: hue angle of 152.88º 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 #145D3C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 93 60 -
CMYK 0.78 0 0.35 0.64
HSL 152.88º 0.65% 0.22% -
HSV(B) 152.88º 0.78% 0.36% -
XYZ 5.02 8.3 5.61 -
YUV 67.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 20 93 60 0.78 0 0.35 0.64 152.88 0.65 0.22
Hex 14 5D 3C 4E 0 23 40 99 41 16
Octal 24 135 74 116 0 43 100 231 101 26
Binary 10100 1011101 111100 1001110 0 100011 1000000 10011001 1000001 10110

Color Harmonies of #145D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D3C

Black with #145D3C

Text Example


Text Example

White with #145D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,93,60); }

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

background-color css

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

 a { background-color: rgb(20,93,60); }

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

border-color css

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

 span { border-color: rgb(20,93,60); }

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