#1D270E

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

Shades of Pine Tree #1D270E

Tints of Pine Tree #1D270E

Color information

#1D270E (or 0x1D270E) is unknown color: approx Pine Tree. HEX triplet: 1D, 27 and 0E. RGB value is (29,39,14). Sum of RGB (Red+Green+Blue) = 29+39+14=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #1D270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D270E is #E2D8F1. Grayscale: #212121. Windows color (decimal): -14866674 or 927517. OLE color: 927517.

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

Color convert

RGB293914-
CMYK0.2600.640.85
HSL84º47.17%10.39%-
HSV(B)84º64.1%15.29%-
XYZ1.311.740.68-
YUV33.16117.19125.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=35.37%
G=47.56%
B=17.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2939140.2600.640.858447.1710.39
Hex1D27E1A04055542fa
Octal3547163201001251245712
Binary1110110011111101101001000000101010110101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,14); }

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

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

 a { background-color: rgb(29,39,14); }

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

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

 span { border-color: rgb(29,39,14); }

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