Html Css Color HEX #1E360D Pine Tree

📋 copy color: '#1E360D'

red 30 ◦ green 54 ◦ blue 13

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

Shades of Pine Tree #1E360D

Tints of Pine Tree #1E360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 55.67%

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

R = 30.93%
G = 55.67%
B = 13.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#1E360D (or 0x1E360D) is known color: Pine Tree. HEX triplet: 1E, 36 and 0D. RGB value is (30,54,13). Sum of RGB (Red+Green+Blue) = 30+54+13=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #1E360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E360D is #E1C9F2. Grayscale: #2A2A2A. Windows color (decimal): -14797299 or 865822. OLE color: 865822.

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

Color convert

RGB 30 54 13 -
CMYK 0.44 0 0.76 0.79
HSL 95.12º 0.61% 0.13% -
HSV(B) 95.12º 0.76% 0.21% -
XYZ 1.93 2.94 0.85 -
YUV 42.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 30 54 13 0.44 0 0.76 0.79 95.12 0.61 0.13
Hex 1E 36 D 2C 0 4C 4F 5F 3D D
Octal 36 66 15 54 0 114 117 137 75 15
Binary 11110 110110 1101 101100 0 1001100 1001111 1011111 111101 1101

Color Harmonies of #1E360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E360D

Black with #1E360D

Text Example


Text Example

White with #1E360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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