Html Css Color HEX #1E2516 Pine Tree

📋 copy color: '#1E2516'

red 30 ◦ green 37 ◦ blue 22

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

Shades of Pine Tree #1E2516

Tints of Pine Tree #1E2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.57%

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

R = 33.71%
G = 41.57%
B = 24.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#1E2516 (or 0x1E2516) is known color: Pine Tree. HEX triplet: 1E, 25 and 16. RGB value is (30,37,22). Sum of RGB (Red+Green+Blue) = 30+37+22=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2516 is #E1DAE9. Grayscale: #212121. Windows color (decimal): -14801642 or 1451294. OLE color: 1451294.

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

Color convert

RGB 30 37 22 -
CMYK 0.19 0 0.41 0.85
HSL 88º 0.25% 0.12% -
HSV(B) 88º 0.41% 0.15% -
XYZ 1.34 1.66 1.01 -
YUV 33.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 30 37 22 0.19 0 0.41 0.85 88 0.25 0.12
Hex 1E 25 16 13 0 29 55 58 19 C
Octal 36 45 26 23 0 51 125 130 31 14
Binary 11110 100101 10110 10011 0 101001 1010101 1011000 11001 1100

Color Harmonies of #1E2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2516

Black with #1E2516

Text Example


Text Example

White with #1E2516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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