Html Css Color HEX #0E150A Pine Tree

📋 copy color: '#0E150A'

red 14 ◦ green 21 ◦ blue 10

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

Shades of Pine Tree #0E150A

Tints of Pine Tree #0E150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.22%

R = 31.11%
G = 46.67%
B = 22.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0E150A (or 0x0E150A) is known color: Pine Tree. HEX triplet: 0E, 15 and 0A. RGB value is (14,21,10). Sum of RGB (Red+Green+Blue) = 14+21+10=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150A is #F1EAF5. Grayscale: #111111. Windows color (decimal): -15854326 or 660750. OLE color: 660750.

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

Color convert

RGB 14 21 10 -
CMYK 0.33 0 0.52 0.92
HSL 98.18º 0.35% 0.06% -
HSV(B) 98.18º 0.52% 0.08% -
XYZ 0.5 0.65 0.39 -
YUV 17.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 14 21 10 0.33 0 0.52 0.92 98.18 0.35 0.06
Hex E 15 A 21 0 34 5C 62 23 6
Octal 16 25 12 41 0 64 134 142 43 6
Binary 1110 10101 1010 100001 0 110100 1011100 1100010 100011 110

Color Harmonies of #0E150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E150A

Black with #0E150A

Text Example


Text Example

White with #0E150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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