#144C21

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

Shades of Deep Fir #144C21

Tints of Deep Fir #144C21

Color information

#144C21 (or 0x144C21) is unknown color: approx Deep Fir. HEX triplet: 14, 4C and 21. RGB value is (20,76,33). Sum of RGB (Red+Green+Blue) = 20+76+33=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #144C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C21 is #EBB3DE. Grayscale: #363636. Windows color (decimal): -15447007 or 2182164. OLE color: 2182164.

HSL color Cylindrical-coordinate representation of color #144C21: hue angle of 133.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C21 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB207633-
CMYK0.7400.570.70
HSL133.93º58.33%18.82%-
HSV(B)133.93º73.68%29.8%-
XYZ3.155.432.32-
YUV54.35115.95103.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 76 (30.08% from 255) = 58.91%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=15.50%
G=58.91%
B=25.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076330.7400.570.70133.9358.3318.82
Hex144C214A03946863a13
Octal24114411120711062067223
Binary1010010011001000011001010011100110001101000011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,33); }

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

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

 a { background-color: rgb(20,76,33); }

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

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

 span { border-color: rgb(20,76,33); }

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