Html Css Color HEX #0E1508 Pine Tree

📋 copy color: '#0E1508'

red 14 ◦ green 21 ◦ blue 8

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

Shades of Pine Tree #0E1508

Tints of Pine Tree #0E1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 48.84%

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

R = 32.56%
G = 48.84%
B = 18.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#0E1508 (or 0x0E1508) is known color: Pine Tree. HEX triplet: 0E, 15 and 08. RGB value is (14,21,8). Sum of RGB (Red+Green+Blue) = 14+21+8=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1508 is #F1EAF7. Grayscale: #111111. Windows color (decimal): -15854328 or 529678. OLE color: 529678.

HSL color Cylindrical-coordinate representation of color #0E1508: hue angle of 92.31º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1508 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 21 8 -
CMYK 0.33 0 0.62 0.92
HSL 92.31º 0.45% 0.06% -
HSV(B) 92.31º 0.62% 0.08% -
XYZ 0.49 0.65 0.33 -
YUV 17.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 14 21 8 0.33 0 0.62 0.92 92.31 0.45 0.06
Hex E 15 8 21 0 3E 5C 5C 2D 6
Octal 16 25 10 41 0 76 134 134 55 6
Binary 1110 10101 1000 100001 0 111110 1011100 1011100 101101 110

Color Harmonies of #0E1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1508

Black with #0E1508

Text Example


Text Example

White with #0E1508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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