#17250D

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

Shades of Pine Tree #17250D

Tints of Pine Tree #17250D

Color information

#17250D (or 0x17250D) is unknown color: approx Pine Tree. HEX triplet: 17, 25 and 0D. RGB value is (23,37,13). Sum of RGB (Red+Green+Blue) = 23+37+13=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #17250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250D is #E8DAF2. Grayscale: #1E1E1E. Windows color (decimal): -15260403 or 861463. OLE color: 861463.

HSL color Cylindrical-coordinate representation of color #17250D: hue angle of 95º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17250D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB233713-
CMYK0.3800.650.85
HSL95º48%9.8%-
HSV(B)95º64.86%14.51%-
XYZ1.091.530.62-
YUV30.08118.36122.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.51%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=31.51%
G=50.68%
B=17.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337130.3800.650.8595489.8
Hex1725D26041555f30a
Octal2745154601011251376012
Binary10111100101110110011001000001101010110111111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17250D; }

 p { color: rgb(23,37,13); }

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

<style>
 a { background-color: #17250D; }

 a { background-color: rgb(23,37,13); }

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

<style>
 span { border-color: #17250D; }

 span { border-color: rgb(23,37,13); }

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