Html Css Color HEX #1E2514 Pine Tree

📋 copy color: '#1E2514'

red 30 ◦ green 37 ◦ blue 20

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

Shades of Pine Tree #1E2514

Tints of Pine Tree #1E2514

RGB

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

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

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

R = 34.48%
G = 42.53%
B = 22.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#1E2514 (or 0x1E2514) is known color: Pine Tree. HEX triplet: 1E, 25 and 14. RGB value is (30,37,20). Sum of RGB (Red+Green+Blue) = 30+37+20=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2514 is #E1DAEB. Grayscale: #212121. Windows color (decimal): -14801644 or 1320222. OLE color: 1320222.

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

Color convert

RGB 30 37 20 -
CMYK 0.19 0 0.46 0.85
HSL 84.71º 0.3% 0.11% -
HSV(B) 84.71º 0.46% 0.15% -
XYZ 1.32 1.65 0.91 -
YUV 32.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 30 37 20 0.19 0 0.46 0.85 84.71 0.3 0.11
Hex 1E 25 14 13 0 2E 55 55 1E B
Octal 36 45 24 23 0 56 125 125 36 13
Binary 11110 100101 10100 10011 0 101110 1010101 1010101 11110 1011

Color Harmonies of #1E2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2514

Black with #1E2514

Text Example


Text Example

White with #1E2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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