#17200B

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

Shades of Pine Tree #17200B

Tints of Pine Tree #17200B

Color information

#17200B (or 0x17200B) is unknown color: approx Pine Tree. HEX triplet: 17, 20 and 0B. RGB value is (23,32,11). Sum of RGB (Red+Green+Blue) = 23+32+11=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #17200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17200B is #E8DFF4. Grayscale: #1A1A1A. Windows color (decimal): -15261685 or 729111. OLE color: 729111.

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

Color convert

RGB233211-
CMYK0.2800.660.87
HSL85.71º48.84%8.43%-
HSV(B)85.71º65.62%12.55%-
XYZ0.931.240.51-
YUV26.92119.02125.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.85%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=34.85%
G=48.48%
B=16.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2332110.2800.660.8785.7148.848.43
Hex1720B1C0425756318
Octal2740133401021271266110
Binary1011110000010111110001000010101011110101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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