Html Css Color HEX #1E201C Pine Tree

📋 copy color: '#1E201C'

red 30 ◦ green 32 ◦ blue 28

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

Shades of Pine Tree #1E201C

Tints of Pine Tree #1E201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 35.56%

 BLUE value IS 28 (11.33% from 255) = 31.11%

R = 33.33%
G = 35.56%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1E201C (or 0x1E201C) is known color: Pine Tree. HEX triplet: 1E, 20 and 1C. RGB value is (30,32,28). Sum of RGB (Red+Green+Blue) = 30+32+28=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 32 - color contains mainly: green. Hex color #1E201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E201C is #E1DFE3. Grayscale: #1E1E1E. Windows color (decimal): -14802916 or 1843230. OLE color: 1843230.

HSL color Cylindrical-coordinate representation of color #1E201C: hue angle of 90º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E201C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 32 28 -
CMYK 0.06 0 0.12 0.87
HSL 90º 0.07% 0.12% -
HSV(B) 90º 0.13% 0.13% -
XYZ 1.26 1.39 1.3 -
YUV 30.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 30 32 28 0.06 0 0.12 0.87 90 0.07 0.12
Hex 1E 20 1C 6 0 C 57 5A 7 C
Octal 36 40 34 6 0 14 127 132 7 14
Binary 11110 100000 11100 110 0 1100 1010111 1011010 111 1100

Color Harmonies of #1E201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E201C

Black with #1E201C

Text Example


Text Example

White with #1E201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,28); }

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

background-color css

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

 a { background-color: rgb(30,32,28); }

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

border-color css

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

 span { border-color: rgb(30,32,28); }

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