#17250C

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

Shades of Pine Tree #17250C

Tints of Pine Tree #17250C

Color information

#17250C (or 0x17250C) is unknown color: approx Pine Tree. HEX triplet: 17, 25 and 0C. RGB value is (23,37,12). Sum of RGB (Red+Green+Blue) = 23+37+12=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #17250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250C is #E8DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15260404 or 795927. OLE color: 795927.

HSL color Cylindrical-coordinate representation of color #17250C: hue angle of 93.6º 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 #17250C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB233712-
CMYK0.3800.680.85
HSL93.6º51.02%9.61%-
HSV(B)93.6º67.57%14.51%-
XYZ1.081.530.59-
YUV29.96117.86123.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=31.94%
G=51.39%
B=16.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337120.3800.680.8593.651.029.61
Hex1725C26044555e33a
Octal2745144601041251366312
Binary10111100101110010011001000100101010110111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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