Html Css Color HEX #1E3106 Pine Tree

📋 copy color: '#1E3106'

red 30 ◦ green 49 ◦ blue 6

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

Shades of Pine Tree #1E3106

Tints of Pine Tree #1E3106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 57.65%

 BLUE value IS 6 (2.73% from 255) = 7.06%

R = 35.29%
G = 57.65%
B = 7.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#1E3106 (or 0x1E3106) is known color: Pine Tree. HEX triplet: 1E, 31 and 06. RGB value is (30,49,6). Sum of RGB (Red+Green+Blue) = 30+49+6=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3106 is #E1CEF9. Grayscale: #262626. Windows color (decimal): -14798586 or 405790. OLE color: 405790.

HSL color Cylindrical-coordinate representation of color #1E3106: hue angle of 86.51º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3106 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 49 6 -
CMYK 0.39 0 0.88 0.81
HSL 86.51º 0.78% 0.11% -
HSV(B) 86.51º 0.88% 0.19% -
XYZ 1.67 2.49 0.56 -
YUV 38.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 30 49 6 0.39 0 0.88 0.81 86.51 0.78 0.11
Hex 1E 31 6 27 0 58 51 57 4E B
Octal 36 61 6 47 0 130 121 127 116 13
Binary 11110 110001 110 100111 0 1011000 1010001 1010111 1001110 1011

Color Harmonies of #1E3106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3106

Black with #1E3106

Text Example


Text Example

White with #1E3106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,49,6); }

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

background-color css

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

 a { background-color: rgb(30,49,6); }

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

border-color css

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

 span { border-color: rgb(30,49,6); }

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