Html Css Color HEX #1E300E Pine Tree

📋 copy color: '#1E300E'

red 30 ◦ green 48 ◦ blue 14

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

Shades of Pine Tree #1E300E

Tints of Pine Tree #1E300E

RGB

 RED value IS 30 (12.11% from 255) = 32.61%

 GREEN value IS 48 (19.14% from 255) = 52.17%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 32.61%
G = 52.17%
B = 15.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#1E300E (or 0x1E300E) is known color: Pine Tree. HEX triplet: 1E, 30 and 0E. RGB value is (30,48,14). Sum of RGB (Red+Green+Blue) = 30+48+14=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #1E300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E300E is #E1CFF1. Grayscale: #262626. Windows color (decimal): -14798834 or 929822. OLE color: 929822.

HSL color Cylindrical-coordinate representation of color #1E300E: hue angle of 91.76º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E300E is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 48 14 -
CMYK 0.37 0 0.71 0.81
HSL 91.76º 0.55% 0.12% -
HSV(B) 91.76º 0.71% 0.19% -
XYZ 1.67 2.42 0.79 -
YUV 38.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 30 48 14 0.37 0 0.71 0.81 91.76 0.55 0.12
Hex 1E 30 E 25 0 47 51 5C 37 C
Octal 36 60 16 45 0 107 121 134 67 14
Binary 11110 110000 1110 100101 0 1000111 1010001 1011100 110111 1100

Color Harmonies of #1E300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E300E

Black with #1E300E

Text Example


Text Example

White with #1E300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E300E; }

 p { color: rgb(30,48,14); }

 H1.HeaderClassName
 {
   color: #1E300E;
 }
 .AnyTagClassName
 {
   color: #1E300E;
 }
</style>

background-color css

<style>
 a { background-color: #1E300E; }

 a { background-color: rgb(30,48,14); }

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

border-color css

<style>
 span { border-color: #1E300E; }

 span { border-color: rgb(30,48,14); }

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