Html Css Color HEX #0E1908 Pine Tree

📋 copy color: '#0E1908'

red 14 ◦ green 25 ◦ blue 8

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

Shades of Pine Tree #0E1908

Tints of Pine Tree #0E1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 53.19%

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

R = 29.79%
G = 53.19%
B = 17.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.90

RGB Variations

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

Color information

#0E1908 (or 0x0E1908) is known color: Pine Tree. HEX triplet: 0E, 19 and 08. RGB value is (14,25,8). Sum of RGB (Red+Green+Blue) = 14+25+8=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1908 is #F1E6F7. Grayscale: #131313. Windows color (decimal): -15853304 or 530702. OLE color: 530702.

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

Color convert

RGB 14 25 8 -
CMYK 0.44 0 0.68 0.90
HSL 98.82º 0.52% 0.06% -
HSV(B) 98.82º 0.68% 0.1% -
XYZ 0.57 0.81 0.36 -
YUV 19.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 14 25 8 0.44 0 0.68 0.90 98.82 0.52 0.06
Hex E 19 8 2C 0 44 5A 63 34 6
Octal 16 31 10 54 0 104 132 143 64 6
Binary 1110 11001 1000 101100 0 1000100 1011010 1100011 110100 110

Color Harmonies of #0E1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1908

Black with #0E1908

Text Example


Text Example

White with #0E1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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