#1D270F

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

Shades of Pine Tree #1D270F

Tints of Pine Tree #1D270F

Color information

#1D270F (or 0x1D270F) is unknown color: approx Pine Tree. HEX triplet: 1D, 27 and 0F. RGB value is (29,39,15). Sum of RGB (Red+Green+Blue) = 29+39+15=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #1D270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D270F is #E2D8F0. Grayscale: #212121. Windows color (decimal): -14866673 or 993053. OLE color: 993053.

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

Color convert

RGB293915-
CMYK0.2600.620.85
HSL85º44.44%10.59%-
HSV(B)85º61.54%15.29%-
XYZ1.321.750.72-
YUV33.27117.69124.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=34.94%
G=46.99%
B=18.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2939150.2600.620.858544.4410.59
Hex1D27F1A03E55552cb
Octal354717320761251255413
Binary111011001111111110100111110101010110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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