Html Css Color HEX #0E1809 Pine Tree

📋 copy color: '#0E1809'

red 14 ◦ green 24 ◦ blue 9

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

Shades of Pine Tree #0E1809

Tints of Pine Tree #0E1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 51.06%

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 29.79%
G = 51.06%
B = 19.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#0E1809 (or 0x0E1809) is known color: Pine Tree. HEX triplet: 0E, 18 and 09. RGB value is (14,24,9). Sum of RGB (Red+Green+Blue) = 14+24+9=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1809 is #F1E7F6. Grayscale: #131313. Windows color (decimal): -15853559 or 595982. OLE color: 595982.

HSL color Cylindrical-coordinate representation of color #0E1809: hue angle of 100º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1809 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 24 9 -
CMYK 0.42 0 0.63 0.91
HSL 100º 0.45% 0.06% -
HSV(B) 100º 0.63% 0.09% -
XYZ 0.56 0.77 0.38 -
YUV 19.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 14 24 9 0.42 0 0.63 0.91 100 0.45 0.06
Hex E 18 9 2A 0 3F 5B 64 2D 6
Octal 16 30 11 52 0 77 133 144 55 6
Binary 1110 11000 1001 101010 0 111111 1011011 1100100 101101 110

Color Harmonies of #0E1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1809

Black with #0E1809

Text Example


Text Example

White with #0E1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,9); }

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

background-color css

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

 a { background-color: rgb(14,24,9); }

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

border-color css

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

 span { border-color: rgb(14,24,9); }

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