Html Css Color HEX #0E3E19 Deep Fir

📋 copy color: '#0E3E19'

red 14 ◦ green 62 ◦ blue 25

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

Shades of Deep Fir #0E3E19

Tints of Deep Fir #0E3E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 61.39%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 13.86%
G = 61.39%
B = 24.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#0E3E19 (or 0x0E3E19) is known color: Deep Fir. HEX triplet: 0E, 3E and 19. RGB value is (14,62,25). Sum of RGB (Red+Green+Blue) = 14+62+25=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3E19 is #F1C1E6. Grayscale: #2B2B2B. Windows color (decimal): -15843815 or 1654286. OLE color: 1654286.

HSL color Cylindrical-coordinate representation of color #0E3E19: hue angle of 133.75º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3E19 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 62 25 -
CMYK 0.77 0 0.60 0.76
HSL 133.75º 0.63% 0.15% -
HSV(B) 133.75º 0.77% 0.24% -
XYZ 2.08 3.61 1.51 -
YUV 43.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 14 62 25 0.77 0 0.60 0.76 133.75 0.63 0.15
Hex E 3E 19 4D 0 3C 4C 86 3F F
Octal 16 76 31 115 0 74 114 206 77 17
Binary 1110 111110 11001 1001101 0 111100 1001100 10000110 111111 1111

Color Harmonies of #0E3E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3E19

Black with #0E3E19

Text Example


Text Example

White with #0E3E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,62,25); }

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

background-color css

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

 a { background-color: rgb(14,62,25); }

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

border-color css

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

 span { border-color: rgb(14,62,25); }

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