Html Css Color HEX #0E2300 Pine Tree

📋 copy color: '#0E2300'

red 14 ◦ green 35 ◦ blue 0

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

Shades of Pine Tree #0E2300

Tints of Pine Tree #0E2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 71.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.57%
G = 71.43%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#0E2300 (or 0x0E2300) is known color: Pine Tree. HEX triplet: 0E, 23 and 00. RGB value is (14,35,0). Sum of RGB (Red+Green+Blue) = 14+35+0=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2300 is #F1DCFF. Grayscale: #181818. Windows color (decimal): -15850752 or 8974. OLE color: 8974.

HSL color Cylindrical-coordinate representation of color #0E2300: hue angle of 96º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E2300 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 35 0 -
CMYK 0.60 0 1 0.86
HSL 96º 1% 0.07% -
HSV(B) 96º 1% 0.14% -
XYZ 0.78 1.3 0.21 -
YUV 24.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 14 35 0 0.60 0 1 0.86 96 1 0.07
Hex E 23 0 3C 0 64 56 60 64 7
Octal 16 43 0 74 0 144 126 140 144 7
Binary 1110 100011 0 111100 0 1100100 1010110 1100000 1100100 111

Color Harmonies of #0E2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2300

Black with #0E2300

Text Example


Text Example

White with #0E2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,35,0); }

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

background-color css

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

 a { background-color: rgb(14,35,0); }

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

border-color css

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

 span { border-color: rgb(14,35,0); }

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