Html Css Color HEX #145F48 Jewel

📋 copy color: '#145F48'

red 20 ◦ green 95 ◦ blue 72

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

Shades of Jewel #145F48

Tints of Jewel #145F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 10.7%
G = 50.8%
B = 38.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#145F48 (or 0x145F48) is known color: Jewel. HEX triplet: 14, 5F and 48. RGB value is (20,95,72). Sum of RGB (Red+Green+Blue) = 20+95+72=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #145F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F48 is #EBA0B7. Grayscale: #454545. Windows color (decimal): -15442104 or 4742932. OLE color: 4742932.

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

Color convert

RGB 20 95 72 -
CMYK 0.79 0 0.24 0.63
HSL 161.6º 0.65% 0.23% -
HSV(B) 161.6º 0.79% 0.37% -
XYZ 5.55 8.8 7.54 -
YUV 69.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 20 95 72 0.79 0 0.24 0.63 161.6 0.65 0.23
Hex 14 5F 48 4F 0 18 3F A2 41 17
Octal 24 137 110 117 0 30 77 242 101 27
Binary 10100 1011111 1001000 1001111 0 11000 111111 10100010 1000001 10111

Color Harmonies of #145F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F48

Black with #145F48

Text Example


Text Example

White with #145F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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