Html Css Color HEX #1E2615 Pine Tree

📋 copy color: '#1E2615'

red 30 ◦ green 38 ◦ blue 21

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

Shades of Pine Tree #1E2615

Tints of Pine Tree #1E2615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 33.71%
G = 42.7%
B = 23.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#1E2615 (or 0x1E2615) is known color: Pine Tree. HEX triplet: 1E, 26 and 15. RGB value is (30,38,21). Sum of RGB (Red+Green+Blue) = 30+38+21=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2615 is #E1D9EA. Grayscale: #212121. Windows color (decimal): -14801387 or 1386014. OLE color: 1386014.

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

Color convert

RGB 30 38 21 -
CMYK 0.21 0 0.45 0.85
HSL 88.24º 0.29% 0.12% -
HSV(B) 88.24º 0.45% 0.15% -
XYZ 1.36 1.72 0.97 -
YUV 33.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 30 38 21 0.21 0 0.45 0.85 88.24 0.29 0.12
Hex 1E 26 15 15 0 2D 55 58 1D C
Octal 36 46 25 25 0 55 125 130 35 14
Binary 11110 100110 10101 10101 0 101101 1010101 1011000 11101 1100

Color Harmonies of #1E2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2615

Black with #1E2615

Text Example


Text Example

White with #1E2615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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