Html Css Color HEX #0E1A04 Pine Tree

📋 copy color: '#0E1A04'

red 14 ◦ green 26 ◦ blue 4

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

Shades of Pine Tree #0E1A04

Tints of Pine Tree #0E1A04

RGB

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

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

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

R = 31.82%
G = 59.09%
B = 9.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#0E1A04 (or 0x0E1A04) is known color: Pine Tree. HEX triplet: 0E, 1A and 04. RGB value is (14,26,4). Sum of RGB (Red+Green+Blue) = 14+26+4=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A04 is #F1E5FB. Grayscale: #131313. Windows color (decimal): -15853052 or 268814. OLE color: 268814.

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

Color convert

RGB 14 26 4 -
CMYK 0.46 0 0.85 0.90
HSL 92.73º 0.73% 0.06% -
HSV(B) 92.73º 0.85% 0.1% -
XYZ 0.57 0.84 0.25 -
YUV 19.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 14 26 4 0.46 0 0.85 0.90 92.73 0.73 0.06
Hex E 1A 4 2E 0 55 5A 5D 49 6
Octal 16 32 4 56 0 125 132 135 111 6
Binary 1110 11010 100 101110 0 1010101 1011010 1011101 1001001 110

Color Harmonies of #0E1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A04

Black with #0E1A04

Text Example


Text Example

White with #0E1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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