Html Css Color HEX #143C25 Deep Fir

📋 copy color: '#143C25'

red 20 ◦ green 60 ◦ blue 37

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

Shades of Deep Fir #143C25

Tints of Deep Fir #143C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 17.09%
G = 51.28%
B = 31.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#143C25 (or 0x143C25) is known color: Deep Fir. HEX triplet: 14, 3C and 25. RGB value is (20,60,37). Sum of RGB (Red+Green+Blue) = 20+60+37=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #143C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C25 is #EBC3DA. Grayscale: #2D2D2D. Windows color (decimal): -15451099 or 2440212. OLE color: 2440212.

HSL color Cylindrical-coordinate representation of color #143C25: hue angle of 145.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 #143C25 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 60 37 -
CMYK 0.67 0 0.38 0.76
HSL 145.5º 0.5% 0.16% -
HSV(B) 145.5º 0.67% 0.24% -
XYZ 2.24 3.51 2.31 -
YUV 45.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 20 60 37 0.67 0 0.38 0.76 145.5 0.5 0.16
Hex 14 3C 25 43 0 26 4C 92 32 10
Octal 24 74 45 103 0 46 114 222 62 20
Binary 10100 111100 100101 1000011 0 100110 1001100 10010010 110010 10000

Color Harmonies of #143C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C25

Black with #143C25

Text Example


Text Example

White with #143C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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