Html Css Color HEX #1E320E Pine Tree

📋 copy color: '#1E320E'

red 30 ◦ green 50 ◦ blue 14

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

Shades of Pine Tree #1E320E

Tints of Pine Tree #1E320E

RGB

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

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

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

R = 31.91%
G = 53.19%
B = 14.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.80

RGB Variations

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

Color information

#1E320E (or 0x1E320E) is known color: Pine Tree. HEX triplet: 1E, 32 and 0E. RGB value is (30,50,14). Sum of RGB (Red+Green+Blue) = 30+50+14=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #1E320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E320E is #E1CDF1. Grayscale: #282828. Windows color (decimal): -14798322 or 930334. OLE color: 930334.

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

Color convert

RGB 30 50 14 -
CMYK 0.40 0 0.72 0.80
HSL 93.33º 0.56% 0.13% -
HSV(B) 93.33º 0.72% 0.2% -
XYZ 1.76 2.59 0.82 -
YUV 39.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 30 50 14 0.40 0 0.72 0.80 93.33 0.56 0.13
Hex 1E 32 E 28 0 48 50 5D 38 D
Octal 36 62 16 50 0 110 120 135 70 15
Binary 11110 110010 1110 101000 0 1001000 1010000 1011101 111000 1101

Color Harmonies of #1E320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E320E

Black with #1E320E

Text Example


Text Example

White with #1E320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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