#114A1E

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

Shades of Deep Fir #114A1E

Tints of Deep Fir #114A1E

Color information

#114A1E (or 0x114A1E) is unknown color: approx Deep Fir. HEX triplet: 11, 4A and 1E. RGB value is (17,74,30). Sum of RGB (Red+Green+Blue) = 17+74+30=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1E is #EEB5E1. Grayscale: #343434. Windows color (decimal): -15644130 or 1985041. OLE color: 1985041.

HSL color Cylindrical-coordinate representation of color #114A1E: hue angle of 133.68º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A1E is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB177430-
CMYK0.7700.590.71
HSL133.68º62.64%17.84%-
HSV(B)133.68º77.03%29.02%-
XYZ2.915.112.06-
YUV51.94115.62103.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 74 (29.30% from 255) = 61.16%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=14.05%
G=61.16%
B=24.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774300.7700.590.71133.6862.6417.84
Hex114A1E4D03B47863f12
Octal21112361150731072067722
Binary100011001010111101001101011101110001111000011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,30); }

 H1.HeaderClassName
 {
   color: #114A1E;
 }
 .AnyTagClassName
 {
   color: #114A1E;
 }
</style>
background-color css

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

 a { background-color: rgb(17,74,30); }

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

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

 span { border-color: rgb(17,74,30); }

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