Html Css Color HEX #0E1B00 Pine Tree

📋 copy color: '#0E1B00'

red 14 ◦ green 27 ◦ blue 0

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

Shades of Pine Tree #0E1B00

Tints of Pine Tree #0E1B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.15%
G = 65.85%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#0E1B00 (or 0x0E1B00) is known color: Pine Tree. HEX triplet: 0E, 1B and 00. RGB value is (14,27,0). Sum of RGB (Red+Green+Blue) = 14+27+0=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 27 (10.94% from 255 or 65.85% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B00 is #F1E4FF. Grayscale: #141414. Windows color (decimal): -15852800 or 6926. OLE color: 6926.

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

Color convert

RGB 14 27 0 -
CMYK 0.48 0 1 0.89
HSL 88.89º 1% 0.05% -
HSV(B) 88.89º 1% 0.11% -
XYZ 0.57 0.88 0.14 -
YUV 20.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 14 27 0 0.48 0 1 0.89 88.89 1 0.05
Hex E 1B 0 30 0 64 59 59 64 5
Octal 16 33 0 60 0 144 131 131 144 5
Binary 1110 11011 0 110000 0 1100100 1011001 1011001 1100100 101

Color Harmonies of #0E1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B00

Black with #0E1B00

Text Example


Text Example

White with #0E1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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