Html Css Color HEX #114023 Deep Fir

📋 copy color: '#114023'

red 17 ◦ green 64 ◦ blue 35

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

Shades of Deep Fir #114023

Tints of Deep Fir #114023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

 BLUE value IS 35 (14.06% from 255) = 30.17%

R = 14.66%
G = 55.17%
B = 30.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#114023 (or 0x114023) is known color: Deep Fir. HEX triplet: 11, 40 and 23. RGB value is (17,64,35). Sum of RGB (Red+Green+Blue) = 17+64+35=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #114023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114023 is #EEBFDC. Grayscale: #2E2E2E. Windows color (decimal): -15646685 or 2310161. OLE color: 2310161.

HSL color Cylindrical-coordinate representation of color #114023: hue angle of 142.98º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114023 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 35 -
CMYK 0.73 0 0.45 0.75
HSL 142.98º 0.58% 0.16% -
HSV(B) 142.98º 0.73% 0.25% -
XYZ 2.37 3.91 2.22 -
YUV 46.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 17 64 35 0.73 0 0.45 0.75 142.98 0.58 0.16
Hex 11 40 23 49 0 2D 4B 8F 3A 10
Octal 21 100 43 111 0 55 113 217 72 20
Binary 10001 1000000 100011 1001001 0 101101 1001011 10001111 111010 10000

Color Harmonies of #114023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114023

Black with #114023

Text Example


Text Example

White with #114023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114023; }

 p { color: rgb(17,64,35); }

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

background-color css

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

 a { background-color: rgb(17,64,35); }

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

border-color css

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

 span { border-color: rgb(17,64,35); }

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