Html Css Color HEX #0E1D08 Pine Tree

📋 copy color: '#0E1D08'

red 14 ◦ green 29 ◦ blue 8

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

Shades of Pine Tree #0E1D08

Tints of Pine Tree #0E1D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 56.86%

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

R = 27.45%
G = 56.86%
B = 15.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.89

RGB Variations

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

Color information

#0E1D08 (or 0x0E1D08) is known color: Pine Tree. HEX triplet: 0E, 1D and 08. RGB value is (14,29,8). Sum of RGB (Red+Green+Blue) = 14+29+8=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D08 is #F1E2F7. Grayscale: #161616. Windows color (decimal): -15852280 or 531726. OLE color: 531726.

HSL color Cylindrical-coordinate representation of color #0E1D08: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E1D08 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 29 8 -
CMYK 0.52 0 0.72 0.89
HSL 102.86º 0.57% 0.07% -
HSV(B) 102.86º 0.72% 0.11% -
XYZ 0.66 0.99 0.39 -
YUV 22.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 14 29 8 0.52 0 0.72 0.89 102.86 0.57 0.07
Hex E 1D 8 34 0 48 59 67 39 7
Octal 16 35 10 64 0 110 131 147 71 7
Binary 1110 11101 1000 110100 0 1001000 1011001 1100111 111001 111

Color Harmonies of #0E1D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D08

Black with #0E1D08

Text Example


Text Example

White with #0E1D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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