Html Css Color HEX #0E1C04 Pine Tree

📋 copy color: '#0E1C04'

red 14 ◦ green 28 ◦ blue 4

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

Shades of Pine Tree #0E1C04

Tints of Pine Tree #0E1C04

RGB

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

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

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

R = 30.43%
G = 60.87%
B = 8.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#0E1C04 (or 0x0E1C04) is known color: Pine Tree. HEX triplet: 0E, 1C and 04. RGB value is (14,28,4). Sum of RGB (Red+Green+Blue) = 14+28+4=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C04 is #F1E3FB. Grayscale: #151515. Windows color (decimal): -15852540 or 269326. OLE color: 269326.

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

Color convert

RGB 14 28 4 -
CMYK 0.50 0 0.86 0.89
HSL 95º 0.75% 0.06% -
HSV(B) 95º 0.86% 0.11% -
XYZ 0.62 0.93 0.26 -
YUV 21.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 14 28 4 0.50 0 0.86 0.89 95 0.75 0.06
Hex E 1C 4 32 0 56 59 5F 4B 6
Octal 16 34 4 62 0 126 131 137 113 6
Binary 1110 11100 100 110010 0 1010110 1011001 1011111 1001011 110

Color Harmonies of #0E1C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C04

Black with #0E1C04

Text Example


Text Example

White with #0E1C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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