#114B1D

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

Shades of Deep Fir #114B1D

Tints of Deep Fir #114B1D

Color information

#114B1D (or 0x114B1D) is unknown color: approx Deep Fir. HEX triplet: 11, 4B and 1D. RGB value is (17,75,29). Sum of RGB (Red+Green+Blue) = 17+75+29=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #114B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B1D is #EEB4E2. Grayscale: #343434. Windows color (decimal): -15643875 or 1919761. OLE color: 1919761.

HSL color Cylindrical-coordinate representation of color #114B1D: hue angle of 132.41º 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 #114B1D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB177529-
CMYK0.7700.610.71
HSL132.41º63.04%18.04%-
HSV(B)132.41º77.33%29.41%-
XYZ2.975.242.02-
YUV52.41114.78102.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=14.05%
G=61.98%
B=23.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775290.7700.610.71132.4163.0418.04
Hex114B1D4D03D47843f12
Octal21113351150751072047722
Binary100011001011111011001101011110110001111000010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,29); }

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

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

 a { background-color: rgb(17,75,29); }

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

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

 span { border-color: rgb(17,75,29); }

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