Html Css Color HEX #143C21 Deep Fir

📋 copy color: '#143C21'

red 20 ◦ green 60 ◦ blue 33

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

Shades of Deep Fir #143C21

Tints of Deep Fir #143C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.1%

 BLUE value IS 33 (13.28% from 255) = 29.2%

R = 17.7%
G = 53.1%
B = 29.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.76

RGB Variations

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

Color information

#143C21 (or 0x143C21) is known color: Deep Fir. HEX triplet: 14, 3C and 21. RGB value is (20,60,33). Sum of RGB (Red+Green+Blue) = 20+60+33=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #143C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C21 is #EBC3DE. Grayscale: #2D2D2D. Windows color (decimal): -15451103 or 2178068. OLE color: 2178068.

HSL color Cylindrical-coordinate representation of color #143C21: hue angle of 139.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C21 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 60 33 -
CMYK 0.67 0 0.45 0.76
HSL 139.5º 0.5% 0.16% -
HSV(B) 139.5º 0.67% 0.24% -
XYZ 2.18 3.49 2 -
YUV 44.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 20 60 33 0.67 0 0.45 0.76 139.5 0.5 0.16
Hex 14 3C 21 43 0 2D 4C 8C 32 10
Octal 24 74 41 103 0 55 114 214 62 20
Binary 10100 111100 100001 1000011 0 101101 1001100 10001100 110010 10000

Color Harmonies of #143C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C21

Black with #143C21

Text Example


Text Example

White with #143C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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