Html Css Color HEX #1E300B Pine Tree

📋 copy color: '#1E300B'

red 30 ◦ green 48 ◦ blue 11

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

Shades of Pine Tree #1E300B

Tints of Pine Tree #1E300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.93%

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 33.71%
G = 53.93%
B = 12.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#1E300B (or 0x1E300B) is known color: Pine Tree. HEX triplet: 1E, 30 and 0B. RGB value is (30,48,11). Sum of RGB (Red+Green+Blue) = 30+48+11=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #1E300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E300B is #E1CFF4. Grayscale: #262626. Windows color (decimal): -14798837 or 733214. OLE color: 733214.

HSL color Cylindrical-coordinate representation of color #1E300B: hue angle of 89.19º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E300B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 48 11 -
CMYK 0.37 0 0.77 0.81
HSL 89.19º 0.63% 0.12% -
HSV(B) 89.19º 0.77% 0.19% -
XYZ 1.65 2.41 0.7 -
YUV 38.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 30 48 11 0.37 0 0.77 0.81 89.19 0.63 0.12
Hex 1E 30 B 25 0 4D 51 59 3F C
Octal 36 60 13 45 0 115 121 131 77 14
Binary 11110 110000 1011 100101 0 1001101 1010001 1011001 111111 1100

Color Harmonies of #1E300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E300B

Black with #1E300B

Text Example


Text Example

White with #1E300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,11); }

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

background-color css

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

 a { background-color: rgb(30,48,11); }

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

border-color css

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

 span { border-color: rgb(30,48,11); }

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