Html Css Color HEX #0E4B20 Deep Fir

📋 copy color: '#0E4B20'

red 14 ◦ green 75 ◦ blue 32

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

Shades of Deep Fir #0E4B20

Tints of Deep Fir #0E4B20

RGB

 RED value IS 14 (5.86% from 255) = 11.57%

 GREEN value IS 75 (29.69% from 255) = 61.98%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 11.57%
G = 61.98%
B = 26.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#0E4B20 (or 0x0E4B20) is known color: Deep Fir. HEX triplet: 0E, 4B and 20. RGB value is (14,75,32). Sum of RGB (Red+Green+Blue) = 14+75+32=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4B20 is #F1B4DF. Grayscale: #333333. Windows color (decimal): -15840480 or 2116366. OLE color: 2116366.

HSL color Cylindrical-coordinate representation of color #0E4B20: hue angle of 137.7º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4B20 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 75 32 -
CMYK 0.81 0 0.57 0.71
HSL 137.7º 0.69% 0.17% -
HSV(B) 137.7º 0.81% 0.29% -
XYZ 2.96 5.23 2.22 -
YUV 51.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 14 75 32 0.81 0 0.57 0.71 137.7 0.69 0.17
Hex E 4B 20 51 0 39 47 8A 45 11
Octal 16 113 40 121 0 71 107 212 105 21
Binary 1110 1001011 100000 1010001 0 111001 1000111 10001010 1000101 10001

Color Harmonies of #0E4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B20

Black with #0E4B20

Text Example


Text Example

White with #0E4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E4B20; }

 p { color: rgb(14,75,32); }

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

background-color css

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

 a { background-color: rgb(14,75,32); }

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

border-color css

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

 span { border-color: rgb(14,75,32); }

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