Html Css Color HEX #1E2319 Pine Tree

📋 copy color: '#1E2319'

red 30 ◦ green 35 ◦ blue 25

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

Shades of Pine Tree #1E2319

Tints of Pine Tree #1E2319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#1E2319 (or 0x1E2319) is known color: Pine Tree. HEX triplet: 1E, 23 and 19. RGB value is (30,35,25). Sum of RGB (Red+Green+Blue) = 30+35+25=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2319 is #E1DCE6. Grayscale: #202020. Windows color (decimal): -14802151 or 1647390. OLE color: 1647390.

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

Color convert

RGB 30 35 25 -
CMYK 0.14 0 0.29 0.86
HSL 90º 0.17% 0.12% -
HSV(B) 90º 0.29% 0.14% -
XYZ 1.31 1.55 1.15 -
YUV 32.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 30 35 25 0.14 0 0.29 0.86 90 0.17 0.12
Hex 1E 23 19 E 0 1D 56 5A 11 C
Octal 36 43 31 16 0 35 126 132 21 14
Binary 11110 100011 11001 1110 0 11101 1010110 1011010 10001 1100

Color Harmonies of #1E2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2319

Black with #1E2319

Text Example


Text Example

White with #1E2319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,35,25); }

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

background-color css

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

 a { background-color: rgb(30,35,25); }

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

border-color css

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

 span { border-color: rgb(30,35,25); }

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