Html Css Color HEX #145F45 Jewel

📋 copy color: '#145F45'

red 20 ◦ green 95 ◦ blue 69

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

Shades of Jewel #145F45

Tints of Jewel #145F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.63%

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 10.87%
G = 51.63%
B = 37.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#145F45 (or 0x145F45) is known color: Jewel. HEX triplet: 14, 5F and 45. RGB value is (20,95,69). Sum of RGB (Red+Green+Blue) = 20+95+69=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #145F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F45 is #EBA0BA. Grayscale: #454545. Windows color (decimal): -15442107 or 4546324. OLE color: 4546324.

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

Color convert

RGB 20 95 69 -
CMYK 0.79 0 0.27 0.63
HSL 159.2º 0.65% 0.23% -
HSV(B) 159.2º 0.79% 0.37% -
XYZ 5.45 8.76 7.03 -
YUV 69.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 20 95 69 0.79 0 0.27 0.63 159.2 0.65 0.23
Hex 14 5F 45 4F 0 1B 3F 9F 41 17
Octal 24 137 105 117 0 33 77 237 101 27
Binary 10100 1011111 1000101 1001111 0 11011 111111 10011111 1000001 10111

Color Harmonies of #145F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F45

Black with #145F45

Text Example


Text Example

White with #145F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,69); }

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

background-color css

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

 a { background-color: rgb(20,95,69); }

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

border-color css

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

 span { border-color: rgb(20,95,69); }

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