#1D250C

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

Shades of Pine Tree #1D250C

Tints of Pine Tree #1D250C

Color information

#1D250C (or 0x1D250C) is unknown color: approx Pine Tree. HEX triplet: 1D, 25 and 0C. RGB value is (29,37,12). Sum of RGB (Red+Green+Blue) = 29+37+12=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1D250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D250C is #E2DAF3. Grayscale: #1F1F1F. Windows color (decimal): -14867188 or 795933. OLE color: 795933.

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

Color convert

RGB293712-
CMYK0.2200.680.85
HSL79.2º51.02%9.61%-
HSV(B)79.2º67.57%14.51%-
XYZ1.231.610.59-
YUV31.76116.85126.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=37.18%
G=47.44%
B=15.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937120.2200.680.8579.251.029.61
Hex1D25C16044554f33a
Octal3545142601041251176312
Binary1110110010111001011001000100101010110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,12); }

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

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

 a { background-color: rgb(29,37,12); }

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

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

 span { border-color: rgb(29,37,12); }

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