Html Css Color HEX #143A25 Deep Fir

📋 copy color: '#143A25'

red 20 ◦ green 58 ◦ blue 37

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

Shades of Deep Fir #143A25

Tints of Deep Fir #143A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50.43%

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

R = 17.39%
G = 50.43%
B = 32.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#143A25 (or 0x143A25) is known color: Deep Fir. HEX triplet: 14, 3A and 25. RGB value is (20,58,37). Sum of RGB (Red+Green+Blue) = 20+58+37=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #143A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A25 is #EBC5DA. Grayscale: #2C2C2C. Windows color (decimal): -15451611 or 2439700. OLE color: 2439700.

HSL color Cylindrical-coordinate representation of color #143A25: hue angle of 146.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A25 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 37 -
CMYK 0.66 0 0.36 0.77
HSL 146.84º 0.49% 0.15% -
HSV(B) 146.84º 0.66% 0.23% -
XYZ 2.14 3.31 2.28 -
YUV 44.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 20 58 37 0.66 0 0.36 0.77 146.84 0.49 0.15
Hex 14 3A 25 42 0 24 4D 93 31 F
Octal 24 72 45 102 0 44 115 223 61 17
Binary 10100 111010 100101 1000010 0 100100 1001101 10010011 110001 1111

Color Harmonies of #143A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A25

Black with #143A25

Text Example


Text Example

White with #143A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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