Html Css Color HEX #144825 Deep Fir

📋 copy color: '#144825'

red 20 ◦ green 72 ◦ blue 37

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

Shades of Deep Fir #144825

Tints of Deep Fir #144825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.81%

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

R = 15.5%
G = 55.81%
B = 28.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#144825 (or 0x144825) is known color: Deep Fir. HEX triplet: 14, 48 and 25. RGB value is (20,72,37). Sum of RGB (Red+Green+Blue) = 20+72+37=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #144825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144825 is #EBB7DA. Grayscale: #343434. Windows color (decimal): -15448027 or 2443284. OLE color: 2443284.

HSL color Cylindrical-coordinate representation of color #144825: hue angle of 139.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144825 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 37 -
CMYK 0.72 0 0.49 0.72
HSL 139.62º 0.57% 0.18% -
HSV(B) 139.62º 0.72% 0.28% -
XYZ 2.94 4.92 2.54 -
YUV 52.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 20 72 37 0.72 0 0.49 0.72 139.62 0.57 0.18
Hex 14 48 25 48 0 31 48 8C 39 12
Octal 24 110 45 110 0 61 110 214 71 22
Binary 10100 1001000 100101 1001000 0 110001 1001000 10001100 111001 10010

Color Harmonies of #144825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144825

Black with #144825

Text Example


Text Example

White with #144825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144825; }

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

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

background-color css

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

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

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

border-color css

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

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

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