Html Css Color HEX #1E2713 Pine Tree

📋 copy color: '#1E2713'

red 30 ◦ green 39 ◦ blue 19

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

Shades of Pine Tree #1E2713

Tints of Pine Tree #1E2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.32%

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 34.09%
G = 44.32%
B = 21.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#1E2713 (or 0x1E2713) is known color: Pine Tree. HEX triplet: 1E, 27 and 13. RGB value is (30,39,19). Sum of RGB (Red+Green+Blue) = 30+39+19=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2713 is #E1D8EC. Grayscale: #222222. Windows color (decimal): -14801133 or 1255198. OLE color: 1255198.

HSL color Cylindrical-coordinate representation of color #1E2713: hue angle of 87º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E2713 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 39 19 -
CMYK 0.23 0 0.51 0.85
HSL 87º 0.34% 0.11% -
HSV(B) 87º 0.51% 0.15% -
XYZ 1.38 1.77 0.89 -
YUV 34.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 30 39 19 0.23 0 0.51 0.85 87 0.34 0.11
Hex 1E 27 13 17 0 33 55 57 22 B
Octal 36 47 23 27 0 63 125 127 42 13
Binary 11110 100111 10011 10111 0 110011 1010101 1010111 100010 1011

Color Harmonies of #1E2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2713

Black with #1E2713

Text Example


Text Example

White with #1E2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,39,19); }

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

background-color css

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

 a { background-color: rgb(30,39,19); }

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

border-color css

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

 span { border-color: rgb(30,39,19); }

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