Html Css Color HEX #1E2219 Pine Tree

📋 copy color: '#1E2219'

red 30 ◦ green 34 ◦ blue 25

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

Shades of Pine Tree #1E2219

Tints of Pine Tree #1E2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

 BLUE value IS 25 (10.16% from 255) = 28.09%

R = 33.71%
G = 38.2%
B = 28.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#1E2219 (or 0x1E2219) is known color: Pine Tree. HEX triplet: 1E, 22 and 19. RGB value is (30,34,25). Sum of RGB (Red+Green+Blue) = 30+34+25=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #1E2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2219 is #E1DDE6. Grayscale: #1F1F1F. Windows color (decimal): -14802407 or 1647134. OLE color: 1647134.

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

Color convert

RGB 30 34 25 -
CMYK 0.12 0 0.26 0.87
HSL 86.67º 0.15% 0.12% -
HSV(B) 86.67º 0.26% 0.13% -
XYZ 1.28 1.49 1.14 -
YUV 31.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 30 34 25 0.12 0 0.26 0.87 86.67 0.15 0.12
Hex 1E 22 19 C 0 1A 57 57 F C
Octal 36 42 31 14 0 32 127 127 17 14
Binary 11110 100010 11001 1100 0 11010 1010111 1010111 1111 1100

Color Harmonies of #1E2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2219

Black with #1E2219

Text Example


Text Example

White with #1E2219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,34,25); }

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

background-color css

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

 a { background-color: rgb(30,34,25); }

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

border-color css

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

 span { border-color: rgb(30,34,25); }

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