Html Css Color HEX #0E1304 Pine Tree

📋 copy color: '#0E1304'

red 14 ◦ green 19 ◦ blue 4

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

Shades of Pine Tree #0E1304

Tints of Pine Tree #0E1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 51.35%

 BLUE value IS 4 (1.95% from 255) = 10.81%

R = 37.84%
G = 51.35%
B = 10.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#0E1304 (or 0x0E1304) is known color: Pine Tree. HEX triplet: 0E, 13 and 04. RGB value is (14,19,4). Sum of RGB (Red+Green+Blue) = 14+19+4=37 (4% of max value = 765). Red value is 14 (5.86% from 255 or 37.84% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1304 is #F1ECFB. Grayscale: #0F0F0F. Windows color (decimal): -15854844 or 267022. OLE color: 267022.

HSL color Cylindrical-coordinate representation of color #0E1304: hue angle of 80º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E1304 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 19 4 -
CMYK 0.26 0 0.79 0.93
HSL 80º 0.65% 0.05% -
HSV(B) 80º 0.79% 0.07% -
XYZ 0.44 0.57 0.2 -
YUV 15.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 14 19 4 0.26 0 0.79 0.93 80 0.65 0.05
Hex E 13 4 1A 0 4F 5D 50 41 5
Octal 16 23 4 32 0 117 135 120 101 5
Binary 1110 10011 100 11010 0 1001111 1011101 1010000 1000001 101

Color Harmonies of #0E1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1304

Black with #0E1304

Text Example


Text Example

White with #0E1304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,4); }

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

background-color css

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

 a { background-color: rgb(14,19,4); }

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

border-color css

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

 span { border-color: rgb(14,19,4); }

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