Html Css Color HEX #1E211B Pine Tree

📋 copy color: '#1E211B'

red 30 ◦ green 33 ◦ blue 27

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

Shades of Pine Tree #1E211B

Tints of Pine Tree #1E211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.67%

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

R = 33.33%
G = 36.67%
B = 30%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#1E211B (or 0x1E211B) is known color: Pine Tree. HEX triplet: 1E, 21 and 1B. RGB value is (30,33,27). Sum of RGB (Red+Green+Blue) = 30+33+27=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211B is #E1DEE4. Grayscale: #1F1F1F. Windows color (decimal): -14802661 or 1777950. OLE color: 1777950.

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

Color convert

RGB 30 33 27 -
CMYK 0.09 0 0.18 0.87
HSL 90º 0.1% 0.12% -
HSV(B) 90º 0.18% 0.13% -
XYZ 1.28 1.44 1.25 -
YUV 31.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 30 33 27 0.09 0 0.18 0.87 90 0.1 0.12
Hex 1E 21 1B 9 0 12 57 5A A C
Octal 36 41 33 11 0 22 127 132 12 14
Binary 11110 100001 11011 1001 0 10010 1010111 1011010 1010 1100

Color Harmonies of #1E211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E211B

Black with #1E211B

Text Example


Text Example

White with #1E211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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