#17250F

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

Shades of Pine Tree #17250F

Tints of Pine Tree #17250F

Color information

#17250F (or 0x17250F) is unknown color: approx Pine Tree. HEX triplet: 17, 25 and 0F. RGB value is (23,37,15). Sum of RGB (Red+Green+Blue) = 23+37+15=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #17250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250F is #E8DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15260401 or 992535. OLE color: 992535.

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

Color convert

RGB233715-
CMYK0.3800.590.85
HSL98.18º42.31%10.2%-
HSV(B)98.18º59.46%14.51%-
XYZ1.11.540.69-
YUV30.31119.36122.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.67%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 15 (6.25% from 255) = 20%
R=30.67%
G=49.33%
B=20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337150.3800.590.8598.1842.3110.2
Hex1725F2603B55622aa
Octal274517460731251425212
Binary1011110010111111001100111011101010111000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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