Html Css Color HEX #0E1A01 Pine Tree

📋 copy color: '#0E1A01'

red 14 ◦ green 26 ◦ blue 1

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

Shades of Pine Tree #0E1A01

Tints of Pine Tree #0E1A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 63.41%

 BLUE value IS 1 (0.78% from 255) = 2.44%

R = 34.15%
G = 63.41%
B = 2.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#0E1A01 (or 0x0E1A01) is known color: Pine Tree. HEX triplet: 0E, 1A and 01. RGB value is (14,26,1). Sum of RGB (Red+Green+Blue) = 14+26+1=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A01 is #F1E5FE. Grayscale: #131313. Windows color (decimal): -15853055 or 72206. OLE color: 72206.

HSL color Cylindrical-coordinate representation of color #0E1A01: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E1A01 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 26 1 -
CMYK 0.46 0 0.96 0.90
HSL 88.8º 0.93% 0.05% -
HSV(B) 88.8º 0.96% 0.1% -
XYZ 0.56 0.83 0.16 -
YUV 19.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 14 26 1 0.46 0 0.96 0.90 88.8 0.93 0.05
Hex E 1A 1 2E 0 60 5A 59 5D 5
Octal 16 32 1 56 0 140 132 131 135 5
Binary 1110 11010 1 101110 0 1100000 1011010 1011001 1011101 101

Color Harmonies of #0E1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A01

Black with #0E1A01

Text Example


Text Example

White with #0E1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,26,1); }

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

background-color css

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

 a { background-color: rgb(14,26,1); }

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

border-color css

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

 span { border-color: rgb(14,26,1); }

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