Html Css Color HEX #0E3C17 Deep Fir

📋 copy color: '#0E3C17'

red 14 ◦ green 60 ◦ blue 23

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

Shades of Deep Fir #0E3C17

Tints of Deep Fir #0E3C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 61.86%

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 14.43%
G = 61.86%
B = 23.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#0E3C17 (or 0x0E3C17) is known color: Deep Fir. HEX triplet: 0E, 3C and 17. RGB value is (14,60,23). Sum of RGB (Red+Green+Blue) = 14+60+23=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 60 (23.83% from 255 or 61.86% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3C17 is #F1C3E8. Grayscale: #2A2A2A. Windows color (decimal): -15844329 or 1522702. OLE color: 1522702.

HSL color Cylindrical-coordinate representation of color #0E3C17: hue angle of 131.74º degrees, saturation: 0.62, 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 #0E3C17 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 60 23 -
CMYK 0.77 0 0.62 0.76
HSL 131.74º 0.62% 0.15% -
HSV(B) 131.74º 0.77% 0.24% -
XYZ 1.95 3.39 1.36 -
YUV 42.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 14 60 23 0.77 0 0.62 0.76 131.74 0.62 0.15
Hex E 3C 17 4D 0 3E 4C 84 3E F
Octal 16 74 27 115 0 76 114 204 76 17
Binary 1110 111100 10111 1001101 0 111110 1001100 10000100 111110 1111

Color Harmonies of #0E3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C17

Black with #0E3C17

Text Example


Text Example

White with #0E3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,60,23); }

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

background-color css

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

 a { background-color: rgb(14,60,23); }

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

border-color css

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

 span { border-color: rgb(14,60,23); }

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