Html Css Color HEX #114E1C Deep Fir

📋 copy color: '#114E1C'

red 17 ◦ green 78 ◦ blue 28

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

Shades of Deep Fir #114E1C

Tints of Deep Fir #114E1C

RGB

 RED value IS 17 (7.03% from 255) = 13.82%

 GREEN value IS 78 (30.86% from 255) = 63.41%

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 13.82%
G = 63.41%
B = 22.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#114E1C (or 0x114E1C) is known color: Deep Fir. HEX triplet: 11, 4E and 1C. RGB value is (17,78,28). Sum of RGB (Red+Green+Blue) = 17+78+28=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #114E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E1C is #EEB1E3. Grayscale: #363636. Windows color (decimal): -15643108 or 1854993. OLE color: 1854993.

HSL color Cylindrical-coordinate representation of color #114E1C: hue angle of 130.82º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E1C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 28 -
CMYK 0.78 0 0.64 0.69
HSL 130.82º 0.64% 0.19% -
HSV(B) 130.82º 0.78% 0.31% -
XYZ 3.17 5.65 2.02 -
YUV 54.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 17 78 28 0.78 0 0.64 0.69 130.82 0.64 0.19
Hex 11 4E 1C 4E 0 40 45 83 40 13
Octal 21 116 34 116 0 100 105 203 100 23
Binary 10001 1001110 11100 1001110 0 1000000 1000101 10000011 1000000 10011

Color Harmonies of #114E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E1C

Black with #114E1C

Text Example


Text Example

White with #114E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E1C; }

 p { color: rgb(17,78,28); }

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

background-color css

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

 a { background-color: rgb(17,78,28); }

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

border-color css

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

 span { border-color: rgb(17,78,28); }

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