Html Css Color HEX #0E1B09 Pine Tree

📋 copy color: '#0E1B09'

red 14 ◦ green 27 ◦ blue 9

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

Shades of Pine Tree #0E1B09

Tints of Pine Tree #0E1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 54%

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

R = 28%
G = 54%
B = 18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#0E1B09 (or 0x0E1B09) is known color: Pine Tree. HEX triplet: 0E, 1B and 09. RGB value is (14,27,9). Sum of RGB (Red+Green+Blue) = 14+27+9=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B09 is #F1E4F6. Grayscale: #151515. Windows color (decimal): -15852791 or 596750. OLE color: 596750.

HSL color Cylindrical-coordinate representation of color #0E1B09: hue angle of 103.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E1B09 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 27 9 -
CMYK 0.48 0 0.67 0.89
HSL 103.33º 0.5% 0.07% -
HSV(B) 103.33º 0.67% 0.11% -
XYZ 0.62 0.9 0.4 -
YUV 21.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 14 27 9 0.48 0 0.67 0.89 103.33 0.5 0.07
Hex E 1B 9 30 0 43 59 67 32 7
Octal 16 33 11 60 0 103 131 147 62 7
Binary 1110 11011 1001 110000 0 1000011 1011001 1100111 110010 111

Color Harmonies of #0E1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B09

Black with #0E1B09

Text Example


Text Example

White with #0E1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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