Html Css Color HEX #0E1601 Pine Tree

📋 copy color: '#0E1601'

red 14 ◦ green 22 ◦ blue 1

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

Shades of Pine Tree #0E1601

Tints of Pine Tree #0E1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 59.46%

 BLUE value IS 1 (0.78% from 255) = 2.7%

R = 37.84%
G = 59.46%
B = 2.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#0E1601 (or 0x0E1601) is known color: Pine Tree. HEX triplet: 0E, 16 and 01. RGB value is (14,22,1). Sum of RGB (Red+Green+Blue) = 14+22+1=37 (4% of max value = 765). Red value is 14 (5.86% from 255 or 37.84% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1601 is #F1E9FE. Grayscale: #111111. Windows color (decimal): -15854079 or 71182. OLE color: 71182.

HSL color Cylindrical-coordinate representation of color #0E1601: hue angle of 82.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E1601 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 22 1 -
CMYK 0.36 0 0.95 0.91
HSL 82.86º 0.91% 0.05% -
HSV(B) 82.86º 0.95% 0.09% -
XYZ 0.47 0.67 0.13 -
YUV 17.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 14 22 1 0.36 0 0.95 0.91 82.86 0.91 0.05
Hex E 16 1 24 0 5F 5B 53 5B 5
Octal 16 26 1 44 0 137 133 123 133 5
Binary 1110 10110 1 100100 0 1011111 1011011 1010011 1011011 101

Color Harmonies of #0E1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1601

Black with #0E1601

Text Example


Text Example

White with #0E1601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,22,1); }

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

background-color css

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

 a { background-color: rgb(14,22,1); }

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

border-color css

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

 span { border-color: rgb(14,22,1); }

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