Html Css Color HEX #0E1C01 Pine Tree

📋 copy color: '#0E1C01'

red 14 ◦ green 28 ◦ blue 1

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

Shades of Pine Tree #0E1C01

Tints of Pine Tree #0E1C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 65.12%

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

R = 32.56%
G = 65.12%
B = 2.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#0E1C01 (or 0x0E1C01) is known color: Pine Tree. HEX triplet: 0E, 1C and 01. RGB value is (14,28,1). Sum of RGB (Red+Green+Blue) = 14+28+1=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C01 is #F1E3FE. Grayscale: #141414. Windows color (decimal): -15852543 or 72718. OLE color: 72718.

HSL color Cylindrical-coordinate representation of color #0E1C01: hue angle of 91.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E1C01 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 1 -
CMYK 0.50 0 0.96 0.89
HSL 91.11º 0.93% 0.06% -
HSV(B) 91.11º 0.96% 0.11% -
XYZ 0.6 0.93 0.18 -
YUV 20.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 14 28 1 0.50 0 0.96 0.89 91.11 0.93 0.06
Hex E 1C 1 32 0 60 59 5B 5D 6
Octal 16 34 1 62 0 140 131 133 135 6
Binary 1110 11100 1 110010 0 1100000 1011001 1011011 1011101 110

Color Harmonies of #0E1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C01

Black with #0E1C01

Text Example


Text Example

White with #0E1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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