Html Css Color HEX #0E1503 Pine Tree

📋 copy color: '#0E1503'

red 14 ◦ green 21 ◦ blue 3

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

Shades of Pine Tree #0E1503

Tints of Pine Tree #0E1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 7.89%

R = 36.84%
G = 55.26%
B = 7.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#0E1503 (or 0x0E1503) is known color: Pine Tree. HEX triplet: 0E, 15 and 03. RGB value is (14,21,3). Sum of RGB (Red+Green+Blue) = 14+21+3=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1503 is #F1EAFC. Grayscale: #101010. Windows color (decimal): -15854333 or 201998. OLE color: 201998.

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

Color convert

RGB 14 21 3 -
CMYK 0.33 0 0.86 0.92
HSL 83.33º 0.75% 0.05% -
HSV(B) 83.33º 0.86% 0.08% -
XYZ 0.47 0.64 0.18 -
YUV 16.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 14 21 3 0.33 0 0.86 0.92 83.33 0.75 0.05
Hex E 15 3 21 0 56 5C 53 4B 5
Octal 16 25 3 41 0 126 134 123 113 5
Binary 1110 10101 11 100001 0 1010110 1011100 1010011 1001011 101

Color Harmonies of #0E1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1503

Black with #0E1503

Text Example


Text Example

White with #0E1503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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