#144A24

Color #144A24 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #144A24

Tints of Deep Fir #144A24

Color information

#144A24 (or 0x144A24) is unknown color: approx Deep Fir. HEX triplet: 14, 4A and 24. RGB value is (20,74,36). Sum of RGB (Red+Green+Blue) = 20+74+36=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #144A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A24 is #EBB5DB. Grayscale: #353535. Windows color (decimal): -15447516 or 2378260. OLE color: 2378260.

HSL color Cylindrical-coordinate representation of color #144A24: hue angle of 137.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A24 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB207436-
CMYK0.7300.510.71
HSL137.78º57.45%18.43%-
HSV(B)137.78º72.97%29.02%-
XYZ3.065.172.51-
YUV53.52118.11104.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 74 (29.30% from 255) = 56.92%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=15.38%
G=56.92%
B=27.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074360.7300.510.71137.7857.4518.43
Hex144A2449033478a3912
Octal24112441110631072127122
Binary1010010010101001001001001011001110001111000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144A24; }

 p { color: rgb(20,74,36); }

 H1.HeaderClassName
 {
   color: #144A24;
 }
 .AnyTagClassName
 {
   color: #144A24;
 }
</style>
background-color css

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

 a { background-color: rgb(20,74,36); }

 div.DivClassName
 {
   background-color: #144A24;
 }
 .BgClassName
 {
   background-color: #144A24;
 }
</style>
border-color css

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

 span { border-color: rgb(20,74,36); }

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