Html Css Color HEX #1E350D Pine Tree

📋 copy color: '#1E350D'

red 30 ◦ green 53 ◦ blue 13

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

Shades of Pine Tree #1E350D

Tints of Pine Tree #1E350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 55.21%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 31.25%
G = 55.21%
B = 13.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#1E350D (or 0x1E350D) is known color: Pine Tree. HEX triplet: 1E, 35 and 0D. RGB value is (30,53,13). Sum of RGB (Red+Green+Blue) = 30+53+13=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #1E350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E350D is #E1CAF2. Grayscale: #292929. Windows color (decimal): -14797555 or 865566. OLE color: 865566.

HSL color Cylindrical-coordinate representation of color #1E350D: hue angle of 94.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E350D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 30 53 13 -
CMYK 0.43 0 0.75 0.79
HSL 94.5º 0.61% 0.13% -
HSV(B) 94.5º 0.75% 0.21% -
XYZ 1.88 2.85 0.83 -
YUV 41.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 30 53 13 0.43 0 0.75 0.79 94.5 0.61 0.13
Hex 1E 35 D 2B 0 4B 4F 5E 3D D
Octal 36 65 15 53 0 113 117 136 75 15
Binary 11110 110101 1101 101011 0 1001011 1001111 1011110 111101 1101

Color Harmonies of #1E350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E350D

Black with #1E350D

Text Example


Text Example

White with #1E350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,13); }

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

background-color css

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

 a { background-color: rgb(30,53,13); }

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

border-color css

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

 span { border-color: rgb(30,53,13); }

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