#1D250E

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

Shades of Pine Tree #1D250E

Tints of Pine Tree #1D250E

Color information

#1D250E (or 0x1D250E) is unknown color: approx Pine Tree. HEX triplet: 1D, 25 and 0E. RGB value is (29,37,14). Sum of RGB (Red+Green+Blue) = 29+37+14=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1D250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D250E is #E2DAF1. Grayscale: #202020. Windows color (decimal): -14867186 or 927005. OLE color: 927005.

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

Color convert

RGB293714-
CMYK0.2200.620.85
HSL80.87º45.1%10%-
HSV(B)80.87º62.16%14.51%-
XYZ1.251.620.66-
YUV31.99117.85125.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=36.25%
G=46.25%
B=17.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937140.2200.620.8580.8745.110
Hex1D25E1603E55512da
Octal354516260761251215512
Binary111011001011110101100111110101010110100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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