#143A25

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

Shades of Deep Fir #143A25

Tints of Deep Fir #143A25

Color information

#143A25 (or 0x143A25) is unknown color: approx 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

RGB205837-
CMYK0.6600.360.77
HSL146.84º48.72%15.29%-
HSV(B)146.84º65.52%22.75%-
XYZ2.143.312.28-
YUV44.24123.91110.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058370.6600.360.77146.8448.7215.29
Hex143A25420244D9331f
Octal2472451020441152236117
Binary10100111010100101100001001001001001101100100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>