Html Css Color HEX #0E1A03 Pine Tree

📋 copy color: '#0E1A03'

red 14 ◦ green 26 ◦ blue 3

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

Shades of Pine Tree #0E1A03

Tints of Pine Tree #0E1A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 60.47%

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

R = 32.56%
G = 60.47%
B = 6.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.90

RGB Variations

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

Color information

#0E1A03 (or 0x0E1A03) is known color: Pine Tree. HEX triplet: 0E, 1A and 03. RGB value is (14,26,3). Sum of RGB (Red+Green+Blue) = 14+26+3=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A03 is #F1E5FC. Grayscale: #131313. Windows color (decimal): -15853053 or 203278. OLE color: 203278.

HSL color Cylindrical-coordinate representation of color #0E1A03: hue angle of 91.3º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1A03 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 26 3 -
CMYK 0.46 0 0.88 0.90
HSL 91.3º 0.79% 0.06% -
HSV(B) 91.3º 0.88% 0.1% -
XYZ 0.57 0.84 0.22 -
YUV 19.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 14 26 3 0.46 0 0.88 0.90 91.3 0.79 0.06
Hex E 1A 3 2E 0 58 5A 5B 4F 6
Octal 16 32 3 56 0 130 132 133 117 6
Binary 1110 11010 11 101110 0 1011000 1011010 1011011 1001111 110

Color Harmonies of #0E1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A03

Black with #0E1A03

Text Example


Text Example

White with #0E1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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