Html Css Color HEX #0E1305 Pine Tree

📋 copy color: '#0E1305'

red 14 ◦ green 19 ◦ blue 5

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

Shades of Pine Tree #0E1305

Tints of Pine Tree #0E1305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 13.16%

R = 36.84%
G = 50%
B = 13.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#0E1305 (or 0x0E1305) is known color: Pine Tree. HEX triplet: 0E, 13 and 05. RGB value is (14,19,5). Sum of RGB (Red+Green+Blue) = 14+19+5=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1305 is #F1ECFA. Grayscale: #0F0F0F. Windows color (decimal): -15854843 or 332558. OLE color: 332558.

HSL color Cylindrical-coordinate representation of color #0E1305: hue angle of 81.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1305 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 19 5 -
CMYK 0.26 0 0.74 0.93
HSL 81.43º 0.58% 0.05% -
HSV(B) 81.43º 0.74% 0.07% -
XYZ 0.44 0.57 0.23 -
YUV 15.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 14 19 5 0.26 0 0.74 0.93 81.43 0.58 0.05
Hex E 13 5 1A 0 4A 5D 51 3A 5
Octal 16 23 5 32 0 112 135 121 72 5
Binary 1110 10011 101 11010 0 1001010 1011101 1010001 111010 101

Color Harmonies of #0E1305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1305

Black with #0E1305

Text Example


Text Example

White with #0E1305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,5); }

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

background-color css

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

 a { background-color: rgb(14,19,5); }

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

border-color css

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

 span { border-color: rgb(14,19,5); }

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