Html Css Color HEX #0E1504 Pine Tree

📋 copy color: '#0E1504'

red 14 ◦ green 21 ◦ blue 4

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

Shades of Pine Tree #0E1504

Tints of Pine Tree #0E1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10.26%

R = 35.9%
G = 53.85%
B = 10.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#0E1504 (or 0x0E1504) is known color: Pine Tree. HEX triplet: 0E, 15 and 04. RGB value is (14,21,4). Sum of RGB (Red+Green+Blue) = 14+21+4=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1504 is #F1EAFB. Grayscale: #111111. Windows color (decimal): -15854332 or 267534. OLE color: 267534.

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

Color convert

RGB 14 21 4 -
CMYK 0.33 0 0.81 0.92
HSL 84.71º 0.68% 0.05% -
HSV(B) 84.71º 0.81% 0.08% -
XYZ 0.47 0.64 0.21 -
YUV 16.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 14 21 4 0.33 0 0.81 0.92 84.71 0.68 0.05
Hex E 15 4 21 0 51 5C 55 44 5
Octal 16 25 4 41 0 121 134 125 104 5
Binary 1110 10101 100 100001 0 1010001 1011100 1010101 1000100 101

Color Harmonies of #0E1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1504

Black with #0E1504

Text Example


Text Example

White with #0E1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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