Html Css Color HEX #1E3209 Pine Tree

📋 copy color: '#1E3209'

red 30 ◦ green 50 ◦ blue 9

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

Shades of Pine Tree #1E3209

Tints of Pine Tree #1E3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 9 (3.91% from 255) = 10.11%

R = 33.71%
G = 56.18%
B = 10.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#1E3209 (or 0x1E3209) is known color: Pine Tree. HEX triplet: 1E, 32 and 09. RGB value is (30,50,9). Sum of RGB (Red+Green+Blue) = 30+50+9=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3209 is #E1CDF6. Grayscale: #272727. Windows color (decimal): -14798327 or 602654. OLE color: 602654.

HSL color Cylindrical-coordinate representation of color #1E3209: hue angle of 89.27º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E3209 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 30 50 9 -
CMYK 0.40 0 0.82 0.80
HSL 89.27º 0.69% 0.12% -
HSV(B) 89.27º 0.82% 0.2% -
XYZ 1.73 2.58 0.66 -
YUV 39.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 30 50 9 0.40 0 0.82 0.80 89.27 0.69 0.12
Hex 1E 32 9 28 0 52 50 59 45 C
Octal 36 62 11 50 0 122 120 131 105 14
Binary 11110 110010 1001 101000 0 1010010 1010000 1011001 1000101 1100

Color Harmonies of #1E3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3209

Black with #1E3209

Text Example


Text Example

White with #1E3209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,50,9); }

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

background-color css

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

 a { background-color: rgb(30,50,9); }

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

border-color css

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

 span { border-color: rgb(30,50,9); }

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