Html Css Color HEX #0E1C05 Pine Tree

📋 copy color: '#0E1C05'

red 14 ◦ green 28 ◦ blue 5

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

Shades of Pine Tree #0E1C05

Tints of Pine Tree #0E1C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 59.57%

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

R = 29.79%
G = 59.57%
B = 10.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#0E1C05 (or 0x0E1C05) is known color: Pine Tree. HEX triplet: 0E, 1C and 05. RGB value is (14,28,5). Sum of RGB (Red+Green+Blue) = 14+28+5=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C05 is #F1E3FA. Grayscale: #151515. Windows color (decimal): -15852539 or 334862. OLE color: 334862.

HSL color Cylindrical-coordinate representation of color #0E1C05: hue angle of 96.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E1C05 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 5 -
CMYK 0.50 0 0.82 0.89
HSL 96.52º 0.7% 0.06% -
HSV(B) 96.52º 0.82% 0.11% -
XYZ 0.62 0.93 0.29 -
YUV 21.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 14 28 5 0.50 0 0.82 0.89 96.52 0.7 0.06
Hex E 1C 5 32 0 52 59 61 46 6
Octal 16 34 5 62 0 122 131 141 106 6
Binary 1110 11100 101 110010 0 1010010 1011001 1100001 1000110 110

Color Harmonies of #0E1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C05

Black with #0E1C05

Text Example


Text Example

White with #0E1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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