Html Css Color HEX #144723 Deep Fir

📋 copy color: '#144723'

red 20 ◦ green 71 ◦ blue 35

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

Shades of Deep Fir #144723

Tints of Deep Fir #144723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 56.35%

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 15.87%
G = 56.35%
B = 27.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#144723 (or 0x144723) is known color: Deep Fir. HEX triplet: 14, 47 and 23. RGB value is (20,71,35). Sum of RGB (Red+Green+Blue) = 20+71+35=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #144723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144723 is #EBB8DC. Grayscale: #333333. Windows color (decimal): -15448285 or 2311956. OLE color: 2311956.

HSL color Cylindrical-coordinate representation of color #144723: hue angle of 137.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144723 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 35 -
CMYK 0.72 0 0.51 0.72
HSL 137.65º 0.56% 0.18% -
HSV(B) 137.65º 0.72% 0.28% -
XYZ 2.85 4.78 2.36 -
YUV 51.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 20 71 35 0.72 0 0.51 0.72 137.65 0.56 0.18
Hex 14 47 23 48 0 33 48 8A 38 12
Octal 24 107 43 110 0 63 110 212 70 22
Binary 10100 1000111 100011 1001000 0 110011 1001000 10001010 111000 10010

Color Harmonies of #144723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144723

Black with #144723

Text Example


Text Example

White with #144723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144723; }

 p { color: rgb(20,71,35); }

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

background-color css

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

 a { background-color: rgb(20,71,35); }

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

border-color css

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

 span { border-color: rgb(20,71,35); }

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