Html Css Color HEX #144127 Deep Fir

📋 copy color: '#144127'

red 20 ◦ green 65 ◦ blue 39

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

Shades of Deep Fir #144127

Tints of Deep Fir #144127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 16.13%
G = 52.42%
B = 31.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#144127 (or 0x144127) is known color: Deep Fir. HEX triplet: 14, 41 and 27. RGB value is (20,65,39). Sum of RGB (Red+Green+Blue) = 20+65+39=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #144127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144127 is #EBBED8. Grayscale: #303030. Windows color (decimal): -15449817 or 2572564. OLE color: 2572564.

HSL color Cylindrical-coordinate representation of color #144127: hue angle of 145.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144127 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 39 -
CMYK 0.69 0 0.40 0.75
HSL 145.33º 0.53% 0.17% -
HSV(B) 145.33º 0.69% 0.25% -
XYZ 2.54 4.08 2.57 -
YUV 48.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 20 65 39 0.69 0 0.40 0.75 145.33 0.53 0.17
Hex 14 41 27 45 0 28 4B 91 35 11
Octal 24 101 47 105 0 50 113 221 65 21
Binary 10100 1000001 100111 1000101 0 101000 1001011 10010001 110101 10001

Color Harmonies of #144127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144127

Black with #144127

Text Example


Text Example

White with #144127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144127; }

 p { color: rgb(20,65,39); }

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

background-color css

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

 a { background-color: rgb(20,65,39); }

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

border-color css

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

 span { border-color: rgb(20,65,39); }

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