Html Css Color HEX #1E2512 Pine Tree

📋 copy color: '#1E2512'

red 30 ◦ green 37 ◦ blue 18

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

Shades of Pine Tree #1E2512

Tints of Pine Tree #1E2512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 35.29%
G = 43.53%
B = 21.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#1E2512 (or 0x1E2512) is known color: Pine Tree. HEX triplet: 1E, 25 and 12. RGB value is (30,37,18). Sum of RGB (Red+Green+Blue) = 30+37+18=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2512 is #E1DAED. Grayscale: #202020. Windows color (decimal): -14801646 or 1189150. OLE color: 1189150.

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

Color convert

RGB 30 37 18 -
CMYK 0.19 0 0.51 0.85
HSL 82.11º 0.35% 0.11% -
HSV(B) 82.11º 0.51% 0.15% -
XYZ 1.31 1.64 0.82 -
YUV 32.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 30 37 18 0.19 0 0.51 0.85 82.11 0.35 0.11
Hex 1E 25 12 13 0 33 55 52 23 B
Octal 36 45 22 23 0 63 125 122 43 13
Binary 11110 100101 10010 10011 0 110011 1010101 1010010 100011 1011

Color Harmonies of #1E2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2512

Black with #1E2512

Text Example


Text Example

White with #1E2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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