Html Css Color HEX #0E1808 Pine Tree

📋 copy color: '#0E1808'

red 14 ◦ green 24 ◦ blue 8

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

Shades of Pine Tree #0E1808

Tints of Pine Tree #0E1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

 BLUE value IS 8 (3.52% from 255) = 17.39%

R = 30.43%
G = 52.17%
B = 17.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.91

RGB Variations

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

Color information

#0E1808 (or 0x0E1808) is known color: Pine Tree. HEX triplet: 0E, 18 and 08. RGB value is (14,24,8). Sum of RGB (Red+Green+Blue) = 14+24+8=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1808 is #F1E7F7. Grayscale: #131313. Windows color (decimal): -15853560 or 530446. OLE color: 530446.

HSL color Cylindrical-coordinate representation of color #0E1808: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E1808 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 24 8 -
CMYK 0.42 0 0.67 0.91
HSL 97.5º 0.5% 0.06% -
HSV(B) 97.5º 0.67% 0.09% -
XYZ 0.55 0.76 0.35 -
YUV 19.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 14 24 8 0.42 0 0.67 0.91 97.5 0.5 0.06
Hex E 18 8 2A 0 43 5B 62 32 6
Octal 16 30 10 52 0 103 133 142 62 6
Binary 1110 11000 1000 101010 0 1000011 1011011 1100010 110010 110

Color Harmonies of #0E1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1808

Black with #0E1808

Text Example


Text Example

White with #0E1808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,8); }

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

background-color css

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

 a { background-color: rgb(14,24,8); }

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

border-color css

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

 span { border-color: rgb(14,24,8); }

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