#17200F

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

Shades of Pine Tree #17200F

Tints of Pine Tree #17200F

Color information

#17200F (or 0x17200F) is unknown color: approx Pine Tree. HEX triplet: 17, 20 and 0F. RGB value is (23,32,15). Sum of RGB (Red+Green+Blue) = 23+32+15=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #17200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17200F is #E8DFF0. Grayscale: #1B1B1B. Windows color (decimal): -15261681 or 991255. OLE color: 991255.

HSL color Cylindrical-coordinate representation of color #17200F: hue angle of 91.76º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17200F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB233215-
CMYK0.2800.530.87
HSL91.76º36.17%9.22%-
HSV(B)91.76º53.12%12.55%-
XYZ0.961.250.64-
YUV27.37121.02124.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.86%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=32.86%
G=45.71%
B=21.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2332150.2800.530.8791.7636.179.22
Hex1720F1C035575c249
Octal274017340651271344411
Binary101111000001111111000110101101011110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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