Html Css Color HEX #0E481E Deep Fir

📋 copy color: '#0E481E'

red 14 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #0E481E

Tints of Deep Fir #0E481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.07%

 BLUE value IS 30 (12.11% from 255) = 25.86%

R = 12.07%
G = 62.07%
B = 25.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#0E481E (or 0x0E481E) is known color: Deep Fir. HEX triplet: 0E, 48 and 1E. RGB value is (14,72,30). Sum of RGB (Red+Green+Blue) = 14+72+30=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #0E481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E481E is #F1B7E1. Grayscale: #313131. Windows color (decimal): -15841250 or 1984526. OLE color: 1984526.

HSL color Cylindrical-coordinate representation of color #0E481E: hue angle of 136.55º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E481E is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 72 30 -
CMYK 0.81 0 0.58 0.72
HSL 136.55º 0.67% 0.17% -
HSV(B) 136.55º 0.81% 0.28% -
XYZ 2.73 4.82 2.01 -
YUV 49.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 14 72 30 0.81 0 0.58 0.72 136.55 0.67 0.17
Hex E 48 1E 51 0 3A 48 89 43 11
Octal 16 110 36 121 0 72 110 211 103 21
Binary 1110 1001000 11110 1010001 0 111010 1001000 10001001 1000011 10001

Color Harmonies of #0E481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E481E

Black with #0E481E

Text Example


Text Example

White with #0E481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,72,30); }

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

background-color css

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

 a { background-color: rgb(14,72,30); }

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

border-color css

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

 span { border-color: rgb(14,72,30); }

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