Html Css Color HEX #0E2915 Deep Fir

📋 copy color: '#0E2915'

red 14 ◦ green 41 ◦ blue 21

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

Shades of Deep Fir #0E2915

Tints of Deep Fir #0E2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 53.95%

 BLUE value IS 21 (8.59% from 255) = 27.63%

R = 18.42%
G = 53.95%
B = 27.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#0E2915 (or 0x0E2915) is known color: Deep Fir. HEX triplet: 0E, 29 and 15. RGB value is (14,41,21). Sum of RGB (Red+Green+Blue) = 14+41+21=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2915 is #F1D6EA. Grayscale: #1E1E1E. Windows color (decimal): -15849195 or 1386766. OLE color: 1386766.

HSL color Cylindrical-coordinate representation of color #0E2915: hue angle of 135.56º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2915 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 41 21 -
CMYK 0.66 0 0.49 0.84
HSL 135.56º 0.49% 0.11% -
HSV(B) 135.56º 0.66% 0.16% -
XYZ 1.11 1.73 0.99 -
YUV 30.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 14 41 21 0.66 0 0.49 0.84 135.56 0.49 0.11
Hex E 29 15 42 0 31 54 88 31 B
Octal 16 51 25 102 0 61 124 210 61 13
Binary 1110 101001 10101 1000010 0 110001 1010100 10001000 110001 1011

Color Harmonies of #0E2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2915

Black with #0E2915

Text Example


Text Example

White with #0E2915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,41,21); }

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

background-color css

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

 a { background-color: rgb(14,41,21); }

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

border-color css

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

 span { border-color: rgb(14,41,21); }

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