Html Css Color HEX #0E1901 Pine Tree

📋 copy color: '#0E1901'

red 14 ◦ green 25 ◦ blue 1

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

Shades of Pine Tree #0E1901

Tints of Pine Tree #0E1901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 62.5%

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

R = 35%
G = 62.5%
B = 2.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#0E1901 (or 0x0E1901) is known color: Pine Tree. HEX triplet: 0E, 19 and 01. RGB value is (14,25,1). Sum of RGB (Red+Green+Blue) = 14+25+1=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1901 is #F1E6FE. Grayscale: #131313. Windows color (decimal): -15853311 or 71950. OLE color: 71950.

HSL color Cylindrical-coordinate representation of color #0E1901: hue angle of 87.5º degrees, saturation: 0.92, 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 #0E1901 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 25 1 -
CMYK 0.44 0 0.96 0.90
HSL 87.5º 0.92% 0.05% -
HSV(B) 87.5º 0.96% 0.1% -
XYZ 0.53 0.79 0.15 -
YUV 18.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 14 25 1 0.44 0 0.96 0.90 87.5 0.92 0.05
Hex E 19 1 2C 0 60 5A 57 5C 5
Octal 16 31 1 54 0 140 132 127 134 5
Binary 1110 11001 1 101100 0 1100000 1011010 1010111 1011100 101

Color Harmonies of #0E1901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1901

Black with #0E1901

Text Example


Text Example

White with #0E1901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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