Html Css Color HEX #1E3010 Pine Tree

📋 copy color: '#1E3010'

red 30 ◦ green 48 ◦ blue 16

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

Shades of Pine Tree #1E3010

Tints of Pine Tree #1E3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 31.91%
G = 51.06%
B = 17.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#1E3010 (or 0x1E3010) is known color: Pine Tree. HEX triplet: 1E, 30 and 10. RGB value is (30,48,16). Sum of RGB (Red+Green+Blue) = 30+48+16=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3010 is #E1CFEF. Grayscale: #272727. Windows color (decimal): -14798832 or 1060894. OLE color: 1060894.

HSL color Cylindrical-coordinate representation of color #1E3010: hue angle of 93.75º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E3010 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 48 16 -
CMYK 0.37 0 0.67 0.81
HSL 93.75º 0.5% 0.13% -
HSV(B) 93.75º 0.67% 0.19% -
XYZ 1.69 2.43 0.87 -
YUV 38.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 30 48 16 0.37 0 0.67 0.81 93.75 0.5 0.13
Hex 1E 30 10 25 0 43 51 5E 32 D
Octal 36 60 20 45 0 103 121 136 62 15
Binary 11110 110000 10000 100101 0 1000011 1010001 1011110 110010 1101

Color Harmonies of #1E3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3010

Black with #1E3010

Text Example


Text Example

White with #1E3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,16); }

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

background-color css

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

 a { background-color: rgb(30,48,16); }

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

border-color css

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

 span { border-color: rgb(30,48,16); }

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