Html Css Color HEX #1E2714 Pine Tree

📋 copy color: '#1E2714'

red 30 ◦ green 39 ◦ blue 20

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

Shades of Pine Tree #1E2714

Tints of Pine Tree #1E2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 43.82%

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 33.71%
G = 43.82%
B = 22.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#1E2714 (or 0x1E2714) is known color: Pine Tree. HEX triplet: 1E, 27 and 14. RGB value is (30,39,20). Sum of RGB (Red+Green+Blue) = 30+39+20=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2714 is #E1D8EB. Grayscale: #222222. Windows color (decimal): -14801132 or 1320734. OLE color: 1320734.

HSL color Cylindrical-coordinate representation of color #1E2714: hue angle of 88.42º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E2714 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 39 20 -
CMYK 0.23 0 0.49 0.85
HSL 88.42º 0.32% 0.12% -
HSV(B) 88.42º 0.49% 0.15% -
XYZ 1.39 1.78 0.93 -
YUV 34.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 30 39 20 0.23 0 0.49 0.85 88.42 0.32 0.12
Hex 1E 27 14 17 0 31 55 58 20 C
Octal 36 47 24 27 0 61 125 130 40 14
Binary 11110 100111 10100 10111 0 110001 1010101 1011000 100000 1100

Color Harmonies of #1E2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2714

Black with #1E2714

Text Example


Text Example

White with #1E2714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,39,20); }

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

background-color css

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

 a { background-color: rgb(30,39,20); }

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

border-color css

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

 span { border-color: rgb(30,39,20); }

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