Html Css Color HEX #114C1D Deep Fir

📋 copy color: '#114C1D'

red 17 ◦ green 76 ◦ blue 29

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

Shades of Deep Fir #114C1D

Tints of Deep Fir #114C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 62.3%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 13.93%
G = 62.3%
B = 23.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#114C1D (or 0x114C1D) is known color: Deep Fir. HEX triplet: 11, 4C and 1D. RGB value is (17,76,29). Sum of RGB (Red+Green+Blue) = 17+76+29=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #114C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C1D is #EEB3E2. Grayscale: #353535. Windows color (decimal): -15643619 or 1920017. OLE color: 1920017.

HSL color Cylindrical-coordinate representation of color #114C1D: hue angle of 132.2º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C1D is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 29 -
CMYK 0.78 0 0.62 0.70
HSL 132.2º 0.63% 0.18% -
HSV(B) 132.2º 0.78% 0.3% -
XYZ 3.04 5.38 2.04 -
YUV 53 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 17 76 29 0.78 0 0.62 0.70 132.2 0.63 0.18
Hex 11 4C 1D 4E 0 3E 46 84 3F 12
Octal 21 114 35 116 0 76 106 204 77 22
Binary 10001 1001100 11101 1001110 0 111110 1000110 10000100 111111 10010

Color Harmonies of #114C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C1D

Black with #114C1D

Text Example


Text Example

White with #114C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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