Html Css Color HEX #1E201B Pine Tree

📋 copy color: '#1E201B'

red 30 ◦ green 32 ◦ blue 27

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

Shades of Pine Tree #1E201B

Tints of Pine Tree #1E201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 33.71%
G = 35.96%
B = 30.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#1E201B (or 0x1E201B) is known color: Pine Tree. HEX triplet: 1E, 20 and 1B. RGB value is (30,32,27). Sum of RGB (Red+Green+Blue) = 30+32+27=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1E201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E201B is #E1DFE4. Grayscale: #1E1E1E. Windows color (decimal): -14802917 or 1777694. OLE color: 1777694.

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

Color convert

RGB 30 32 27 -
CMYK 0.06 0 0.16 0.87
HSL 84º 0.08% 0.12% -
HSV(B) 84º 0.16% 0.13% -
XYZ 1.25 1.39 1.24 -
YUV 30.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 30 32 27 0.06 0 0.16 0.87 84 0.08 0.12
Hex 1E 20 1B 6 0 10 57 54 8 C
Octal 36 40 33 6 0 20 127 124 10 14
Binary 11110 100000 11011 110 0 10000 1010111 1010100 1000 1100

Color Harmonies of #1E201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E201B

Black with #1E201B

Text Example


Text Example

White with #1E201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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