#1E260F

Color #1E260F Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1E260F

Tints of Pine Tree #1E260F

Color information

#1E260F (or 0x1E260F) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 0F. RGB value is (30,38,15). Sum of RGB (Red+Green+Blue) = 30+38+15=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #1E260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E260F is #E1D9F0. Grayscale: #212121. Windows color (decimal): -14801393 or 992798. OLE color: 992798.

HSL color Cylindrical-coordinate representation of color #1E260F: hue angle of 80.87º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E260F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB303815-
CMYK0.2100.610.85
HSL80.87º43.4%10.39%-
HSV(B)80.87º60.53%14.9%-
XYZ1.311.70.71-
YUV32.99117.85125.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=36.14%
G=45.78%
B=18.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038150.2100.610.8580.8743.410.39
Hex1E26F1503D55512ba
Octal364617250751251215312
Binary111101001101111101010111101101010110100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,15); }

 H1.HeaderClassName
 {
   color: #1E260F;
 }
 .AnyTagClassName
 {
   color: #1E260F;
 }
</style>
background-color css

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

 a { background-color: rgb(30,38,15); }

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

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

 span { border-color: rgb(30,38,15); }

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