Html Css Color HEX #1E2413 Pine Tree

📋 copy color: '#1E2413'

red 30 ◦ green 36 ◦ blue 19

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

Shades of Pine Tree #1E2413

Tints of Pine Tree #1E2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 35.29%
G = 42.35%
B = 22.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#1E2413 (or 0x1E2413) is known color: Pine Tree. HEX triplet: 1E, 24 and 13. RGB value is (30,36,19). Sum of RGB (Red+Green+Blue) = 30+36+19=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2413 is #E1DBEC. Grayscale: #202020. Windows color (decimal): -14801901 or 1254430. OLE color: 1254430.

HSL color Cylindrical-coordinate representation of color #1E2413: hue angle of 81.18º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E2413 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 30 36 19 -
CMYK 0.17 0 0.47 0.86
HSL 81.18º 0.31% 0.11% -
HSV(B) 81.18º 0.47% 0.14% -
XYZ 1.28 1.58 0.85 -
YUV 32.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 30 36 19 0.17 0 0.47 0.86 81.18 0.31 0.11
Hex 1E 24 13 11 0 2F 56 51 1F B
Octal 36 44 23 21 0 57 126 121 37 13
Binary 11110 100100 10011 10001 0 101111 1010110 1010001 11111 1011

Color Harmonies of #1E2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2413

Black with #1E2413

Text Example


Text Example

White with #1E2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,36,19); }

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

background-color css

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

 a { background-color: rgb(30,36,19); }

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

border-color css

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

 span { border-color: rgb(30,36,19); }

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