#1E260B

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

Shades of Pine Tree #1E260B

Tints of Pine Tree #1E260B

Color information

#1E260B (or 0x1E260B) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 0B. RGB value is (30,38,11). Sum of RGB (Red+Green+Blue) = 30+38+11=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #1E260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E260B is #E1D9F4. Grayscale: #202020. Windows color (decimal): -14801397 or 730654. OLE color: 730654.

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

Color convert

RGB303811-
CMYK0.2100.710.85
HSL77.78º55.1%9.61%-
HSV(B)77.78º71.05%14.9%-
XYZ1.291.690.57-
YUV32.53115.85126.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=37.97%
G=48.10%
B=13.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038110.2100.710.8577.7855.19.61
Hex1E26B15047554e37a
Octal3646132501071251166712
Binary1111010011010111010101000111101010110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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