#17230F

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

Shades of Pine Tree #17230F

Tints of Pine Tree #17230F

Color information

#17230F (or 0x17230F) is unknown color: approx Pine Tree. HEX triplet: 17, 23 and 0F. RGB value is (23,35,15). Sum of RGB (Red+Green+Blue) = 23+35+15=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #17230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17230F is #E8DCF0. Grayscale: #1D1D1D. Windows color (decimal): -15260913 or 992023. OLE color: 992023.

HSL color Cylindrical-coordinate representation of color #17230F: hue angle of 96º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17230F is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB233515-
CMYK0.3400.570.86
HSL96º40%9.8%-
HSV(B)96º57.14%13.73%-
XYZ1.041.420.67-
YUV29.13120.02123.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.51%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=31.51%
G=47.95%
B=20.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2335150.3400.570.8696409.8
Hex1723F22039566028a
Octal274317420711261405012
Binary1011110001111111000100111001101011011000001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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