#17210F

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

Shades of Pine Tree #17210F

Tints of Pine Tree #17210F

Color information

#17210F (or 0x17210F) is unknown color: approx Pine Tree. HEX triplet: 17, 21 and 0F. RGB value is (23,33,15). Sum of RGB (Red+Green+Blue) = 23+33+15=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #17210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17210F is #E8DEF0. Grayscale: #1C1C1C. Windows color (decimal): -15261425 or 991511. OLE color: 991511.

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

Color convert

RGB233315-
CMYK0.3000.550.87
HSL93.33º37.5%9.41%-
HSV(B)93.33º54.55%12.94%-
XYZ0.981.30.65-
YUV27.96120.69124.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 33 (13.28% from 255) = 46.48%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=32.39%
G=46.48%
B=21.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2333150.3000.550.8793.3337.59.41
Hex1721F1E037575d269
Octal274117360671271354611
Binary101111000011111111100110111101011110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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