Html Css Color HEX #1E2616 Pine Tree

📋 copy color: '#1E2616'

red 30 ◦ green 38 ◦ blue 22

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

Shades of Pine Tree #1E2616

Tints of Pine Tree #1E2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.22%

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 33.33%
G = 42.22%
B = 24.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#1E2616 (or 0x1E2616) is known color: Pine Tree. HEX triplet: 1E, 26 and 16. RGB value is (30,38,22). Sum of RGB (Red+Green+Blue) = 30+38+22=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2616 is #E1D9E9. Grayscale: #212121. Windows color (decimal): -14801386 or 1451550. OLE color: 1451550.

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

Color convert

RGB 30 38 22 -
CMYK 0.21 0 0.42 0.85
HSL 90º 0.27% 0.12% -
HSV(B) 90º 0.42% 0.15% -
XYZ 1.37 1.72 1.02 -
YUV 33.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 30 38 22 0.21 0 0.42 0.85 90 0.27 0.12
Hex 1E 26 16 15 0 2A 55 5A 1B C
Octal 36 46 26 25 0 52 125 132 33 14
Binary 11110 100110 10110 10101 0 101010 1010101 1011010 11011 1100

Color Harmonies of #1E2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2616

Black with #1E2616

Text Example


Text Example

White with #1E2616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,38,22); }

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

background-color css

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

 a { background-color: rgb(30,38,22); }

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

border-color css

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

 span { border-color: rgb(30,38,22); }

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