Html Css Color HEX #0E2601 Pine Tree

📋 copy color: '#0E2601'

red 14 ◦ green 38 ◦ blue 1

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

Shades of Pine Tree #0E2601

Tints of Pine Tree #0E2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 71.7%

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

R = 26.42%
G = 71.7%
B = 1.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#0E2601 (or 0x0E2601) is known color: Pine Tree. HEX triplet: 0E, 26 and 01. RGB value is (14,38,1). Sum of RGB (Red+Green+Blue) = 14+38+1=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2601 is #F1D9FE. Grayscale: #1A1A1A. Windows color (decimal): -15849983 or 75278. OLE color: 75278.

HSL color Cylindrical-coordinate representation of color #0E2601: hue angle of 98.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E2601 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 38 1 -
CMYK 0.63 0 0.97 0.85
HSL 98.92º 0.95% 0.08% -
HSV(B) 98.92º 0.97% 0.15% -
XYZ 0.88 1.48 0.27 -
YUV 26.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 14 38 1 0.63 0 0.97 0.85 98.92 0.95 0.08
Hex E 26 1 3F 0 61 55 63 5F 8
Octal 16 46 1 77 0 141 125 143 137 10
Binary 1110 100110 1 111111 0 1100001 1010101 1100011 1011111 1000

Color Harmonies of #0E2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2601

Black with #0E2601

Text Example


Text Example

White with #0E2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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