Html Css Color HEX #143F25 Deep Fir

📋 copy color: '#143F25'

red 20 ◦ green 63 ◦ blue 37

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

Shades of Deep Fir #143F25

Tints of Deep Fir #143F25

RGB

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

 GREEN value IS 63 (25% from 255) = 52.5%

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

R = 16.67%
G = 52.5%
B = 30.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#143F25 (or 0x143F25) is known color: Deep Fir. HEX triplet: 14, 3F and 25. RGB value is (20,63,37). Sum of RGB (Red+Green+Blue) = 20+63+37=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #143F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F25 is #EBC0DA. Grayscale: #2F2F2F. Windows color (decimal): -15450331 or 2440980. OLE color: 2440980.

HSL color Cylindrical-coordinate representation of color #143F25: hue angle of 143.72º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F25 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 63 37 -
CMYK 0.68 0 0.41 0.75
HSL 143.72º 0.52% 0.16% -
HSV(B) 143.72º 0.68% 0.25% -
XYZ 2.4 3.84 2.36 -
YUV 47.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 20 63 37 0.68 0 0.41 0.75 143.72 0.52 0.16
Hex 14 3F 25 44 0 29 4B 90 34 10
Octal 24 77 45 104 0 51 113 220 64 20
Binary 10100 111111 100101 1000100 0 101001 1001011 10010000 110100 10000

Color Harmonies of #143F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F25

Black with #143F25

Text Example


Text Example

White with #143F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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