Html Css Color HEX #0E1C00 Pine Tree

📋 copy color: '#0E1C00'

red 14 ◦ green 28 ◦ blue 0

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

Shades of Pine Tree #0E1C00

Tints of Pine Tree #0E1C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#0E1C00 (or 0x0E1C00) is known color: Pine Tree. HEX triplet: 0E, 1C and 00. RGB value is (14,28,0). Sum of RGB (Red+Green+Blue) = 14+28+0=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C00 is #F1E3FF. Grayscale: #141414. Windows color (decimal): -15852544 or 7182. OLE color: 7182.

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

Color convert

RGB 14 28 0 -
CMYK 0.50 0 1 0.89
HSL 90º 1% 0.05% -
HSV(B) 90º 1% 0.11% -
XYZ 0.6 0.92 0.15 -
YUV 20.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 14 28 0 0.50 0 1 0.89 90 1 0.05
Hex E 1C 0 32 0 64 59 5A 64 5
Octal 16 34 0 62 0 144 131 132 144 5
Binary 1110 11100 0 110010 0 1100100 1011001 1011010 1100100 101

Color Harmonies of #0E1C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C00

Black with #0E1C00

Text Example


Text Example

White with #0E1C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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